Top "Android-fragmentactivity" questions

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

After the rotate, onCreate() Fragment is called before onCreate() FragmentActivity

I'm using FragmentActivity and Fragments. When the application starts: FragmentActivity onCreate() <------ FragmentActivity onStart() FragmentActivity onResume() Fragment onAttach() Fragment …

android android-fragments oncreate android-fragmentactivity android-support-library
Android non-UI Fragment usage

I am going through the Android documentation on Fragments . The layout that defines the UI of a Fragment may be …

android android-fragments android-fragmentactivity
Android with Kotlin error when use RecyclerView in Fragment

I have error said this: Process: com.example.yudha.kotlinauth, PID: 16435 java.lang.IllegalStateException: video_recyclerview must not be null …

android android-fragments android-recyclerview kotlin android-fragmentactivity
Adding PreferenceFragment to FragmentPagerAdapter

I am trying to add a PreferenceFragment to a FragmentPagerAdapter. My class extends FragmentActivity, I have tried FragmentTransaction, as shown …

android android-fragmentactivity
Can't retain nested fragments

Is there another way of saving the state of the nested fragment ? Or if we shouldn't do this, why ? Thanks ! 02…

android android-fragments android-fragmentactivity
Selecting Image from gallery using fragment

I am trying to get image from gallery using fragment which is called from fragmentactivity but onActivityResult of the fragment …

android fragment image-gallery android-fragmentactivity
No View Found For id in Android FragmentActivity with ListFragment

I'm attempting to create a custom ListView. When I test my code, I receive the following error 03-09 19:21:10.425: E/AndroidRuntime(379): …

android android-listview android-fragments android-listfragment android-fragmentactivity
Saving MapFragment (Maps v2) State in Android

I'm working with the new GoogleMaps API (v2) and have some problems with the fragment. I have two fragments in …

android android-fragments android-maps android-fragmentactivity
Android Lifecycle management of Fragments within ViewPager and FragmentPagerAdapter

I have been struggling to find out what the correct management of Fragments within a FragmentActivity with a ViewPager is. …

android android-fragments android-viewpager android-fragmentactivity
How fix this: on logcat -->> error loading /system/media/audio/ui/Effect_Tick.ogg??

I have a problem: error loading /system/media/audio/ui/Effect_Tick.ogg It's shown when I click navdraw icon. …

android android-fragments crash android-fragmentactivity android-logcat