Top "Android-fragmentactivity" questions

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

Google Map V2 android error Inflating class fragment error

I am creating an application with tab and I have map in one of the tab, when I open map …

android google-maps android-fragments android-fragmentactivity layout-inflater
How to make Title Bar & Tabs custom using Fragments

I am writing a program in which i am using Fragments to work with Tabs, but i need few changes …

android android-fragments android-fragmentactivity custom-titlebar android-titlebar
Difference between onResume() and onResumeFragments()

FragmentActivity.onResume() javadoc: Dispatch onResume() to fragments. Note that for better inter-operation with older versions of the platform, at the …

android android-fragments android-fragmentactivity android-lifecycle
FragmentManager NullPointerException when trying to commitAllowingStateLoss

Context: I have an Activity with a Fragment and 3 InnerFragments. When the Fragment onDestroy() is called, I want to remove …

android android-fragments android-fragmentactivity
The hierarchy of the type MainActivity is inconsistent

I created a new Android project via eclipse, with a MainActivity. I added ActionBarSherlock to the project (Properties > Android …

actionbarsherlock android-fragmentactivity
Tabs + ViewPager + FragmentStatePagerAdapter - How to remove fragment?

I'm using the "Tabs + Swipe" project and I'm having a difficult time removing a fragment. Steps I'm doing: Remove tab …

android android-fragments android-fragmentactivity
Replacing Fragment in ViewPager shows blank screen?

I'm having a lot of trouble getting Fragments to work with Tabs/Swiping. I have one activity and two Fragments, …

android android-fragments android-viewpager android-fragmentactivity
OnOptionsItemSelected in activity is called before onOptionsItemSelected in fragment. Other way possible?

I have an activity which can contain several fragments. Each of the fragments can have their own menu entries in …

android android-fragments android-fragmentactivity android-menu
App crashing when using fragments

Im working with fragments and.. Ive got a problem in my code that I just cant find. The logcat points …

android class android-fragments android-fragmentactivity layout-inflater
issue in Android Fragment : still click on previous fragment

I have developed an application that have navigation Drawer and many fragment inside drawer so I getting issue while I …

android android-fragments android-fragmentactivity