An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.
I'm using the built-in navigation drawer to run my app. I can't quite figure out how to handle the back …
android android-fragments android-fragmentactivity navigation-drawerI have a LoginActivity (User Logs in). It is basically its own Activity that is themed like a dialog (to …
android android-intent android-activity android-fragmentactivityI have one Fragment: ProductsFragments extends Fragment and one Activity AdminMenuActivity extends ActionBarActivity I want to call ProductsFragments from AdminMenuActivity. …
android fragment android-fragmentactivityI am not able to reuse fragment in FragmentPagerAdapter.. Using destroyItem() method, It is deleting the fragment but still does …
android android-fragments android-fragmentactivitymy app uses fragment activities, it is in portrait mode only and there is no way to rotate the screen. …
android fragment android-fragmentactivityI am changing my android mobile app to support both tablets and mobile phone. For this I am changing my …
android android-fragments android-fragmentactivityI know there are some topics about this here already but I could not find a solution which I could …
android android-fragments fragmentpageradapter android-fragmentactivityHow to implement show and hide fragment inside fragment in Android? I have added two fragment inside activity. One fragment …
android android-fragments android-fragmentactivityI have a FragmentActivity that hosts a DialogFragment. The DialogFragment perform network requests and handles Facebook authentication, so I need …
android android-fragments android-fragmentactivity android-dialogfragmentI have a Fragment called "MeinProfilFragment". And a MainActivity which handles the ActionBar-Tabs logic. In the "MeinProfilFragment" i have put …
android android-fragments android-fragmentactivity