Top "Android-fragmentactivity" questions

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

Cannot cast from fragment

I've a two fragments defined in the layout of my MainActivity and set by setContentView. I'd like to call some …

java android android-fragments android-fragmentactivity
How update ListView in ListFragment from FragmentActivity?

I'm using a ListFragment within an FragmentActivity together with a SimpleCursorAdapter and a modified CursorLoader. The modified CursorLoader simply issues …

android listview android-fragments simplecursoradapter android-fragmentactivity
Using `onRetainCustomNonConfigurationInstance` to retain data across configuration changes

I've been programming for Android for some time, and I'm still looking for solutions to retain data over configuration changes. …

android android-activity android-fragmentactivity android-framework
Fragment onResume not called

I am having 4 (let's say 1,2,3 & 4) fragments. And at a time any one of them will be visible to User. …

android android-fragments android-fragmentactivity onresume