An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.
I am using ViewPager to allow user to swipe between fragments. How can I add a the title of each …
java android android-fragments android-viewpager android-fragmentactivityI have three fragments F1 F2 F3 F4 all are accessible from sidebar. all four can be called at any …
android android-fragments android-fragmentactivityI'm using fragment activity on one project, but it seems v4 support FragmentActivity doesn't has getSupportActionBar() method, and I need …
android android-actionbar android-fragmentactivity android-support-libraryI have seen a few similar questions about onSaveInstanceState not getting called for Fragments, but in my case Fragments work …
android android-fragmentactivityI am working on fragment transaction, and the backstack is like this: fragA => fragB => fragC => fragD I …
android android-fragments android-fragmentactivity back-stack fragment-backstackI am creating the framework for an app and wish to hide the action bar for the login activity. The …
android android-fragmentactivity android-actionbar-compat android-actionbaractivityI have to implement "standart" fragments navigation in my app (please see link). The issue is when device is in …
android android-fragments screen-orientation android-fragmentactivity onrestoreinstancestateGeneral Question Can I define Fragments as Singletons? Specific question In my application I have one 'FragmentActivity' with a FragmentPager …
android android-fragments android-viewpager android-fragmentactivityI have an error as: 03-01 11:20:43.453: E/AndroidRuntime(31235): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.qz.Blaze.ServiceStarted …
android android-fragments android-viewpager android-fragmentactivity android-nested-fragmentI have a strange problem in which I encountered:The getActivity() method always returns null inside fragment. I calling it …
android android-fragments fragment android-fragmentactivity