Top "Android-fragmentactivity" questions

An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.

NullPointerException: Attempt to read from field 'int android.app.Fragment.mContainerId' on a null object reference

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-fragmentactivity
3 android fragments in viewpager, how to keep them all alive?

I 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-fragmentactivity
How to Add different Activtity in each Tab in Tabbed Activity

I have created tabbed activity and please help me how to show different layouts in different tabs in the swipeable …

android android-fragmentactivity android-tablayout
pull to refresh and loadmore listview like facebook

here 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 viewpagerindicator
Google+ Login Not working properly on Android fragment

I 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-fragmentactivity
Right Approach to Call Web Service(API) from Fragment class

I 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-fragmentactivity
OnLoadFinished() called twice

I'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-loadermanager
How to Hide Map Fragment - Android

Using 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 mapfragment
Fragment is recreate on back press from other Fragment

I 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