Top "Android-fragmentactivity" questions

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

Bind service to FragmentActivity or Fragment?

Is it better to bind service to FragmentActivity: bindService(Intent, ServiceConnection, int); or to Fragment: getActivity().bindService(Intent, ServiceConnection, int); …

android service android-fragments android-fragmentactivity
Fragment Activity - app died, no saved state

I'm facing a very confusing issue for a very small number of my users. The error occurs when a button …

android android-fragments android-fragmentactivity
Adding actionbar to FragmentActivity

I am making an app that is using google maps for some specific reason. So I created an Google Maps …

android android-fragments android-actionbar android-fragmentactivity
Eclipse creates fragment layout automatically, how can i disable it

I dont want to use fragments and fragment layout. Is this possible to disable eclipse's that property? Firstly, i create …

android eclipse android-fragments fragment android-fragmentactivity
Fragments remain after Activity get's killed and recreated

I have a FragmentActivity (Support Fragments) where I create Fragments by code and put them into FrameLayouts. It all works …

android android-fragments android-fragmentactivity kill-process ondestroy
Android Fragment - move from one View to another?

Can i first add a Fragment to a View, then "detach" it, and then "re-attach" it to another View? In …

android android-layout android-fragments android-fragmentactivity fragmenttransaction
Android Nested Fragment Approach

I am newbie in using android fragments .I got a scenario Let me explain it i got Main Activity that …

android android-fragments android-fragmentactivity
Android Navigation Drawer Fragment State

I'm currently utilizing the Navigation Drawer for my Android APP. In my first fragment, I've a fragment that loads data …

android android-fragments android-fragmentactivity navigation-drawer
Resuming a previous fragment onBackPressed()?

I have a HomeFragment that has a button, which when clicked calls the following: Fragment frag = new CustFragment(); FragmentManager fragmentManager = …

java android android-fragments android-fragmentactivity
How to avoid adding same fragment to stack

I need some help. em adding fragment to activity this way. problem is on each call of openFragment it create …

android android-fragments stack android-fragmentactivity fragmentmanager