An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.
Having some interesting issue with transaction on fragments on Android Lollipop ONLY. Crash happens when i go back and remove …
java android android-fragments android-fragmentactivityI have a viewpager with at least 3 fragments. If the user inputs data into A, then B, then C and …
android android-fragments android-viewpager android-fragmentactivityI have created tabbed activity and please help me how to show different layouts in different tabs in the swipeable …
android android-fragmentactivity android-tablayouthere i am using sliding drawer. in that on click home icon it shows 3 tabs 1) which concept should i apply …
android android-fragments android-viewpager android-fragmentactivity viewpagerindicatorI am working with google+ login to my application and when i done it using a activity its work charm …
android android-fragments google-plus android-fragmentactivityI need to know, In which fragment callback method, we should call a web service by which after come back …
java android web-services android-fragments android-fragmentactivityI'm trying to figure out if I'm doing something wrong with respect to Loaders. I'm using the support library, and …
android android-fragments loader android-fragmentactivity android-loadermanagerWhat I would like to achieve: I have two different fragments. I would like them both to show the same …
android android-fragments android-3.0-honeycomb android-loadermanager android-fragmentactivityUsing below code to show and hide MapFragment, and it works just well: public class MapFragmentActivity extends FragmentActivity { ........... mMapFragment = ((SupportMapFragment)…
android google-maps-android-api-2 android-fragmentactivity mapfragmentI am facing a problem in regarding fragment. In my scenario, There are two fragment associated with FragmentActivity. In FragmentActivity, …
android android-fragments android-fragmentactivity savestate