Top "Fragment" questions

**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.

Fragment already active - When trying to setArguments

I am using the example give in the below link http://android-er.blogspot.in/2013/04/handle-onlistitemclick-of-listfragment.html Here i have two …

android android-fragments fragment android-listfragment
kotlin.NotImplementedError: An operation is not implemented: not implemented Error from ImageButton Click

Getting this Error kotlin.NotImplementedError: An operation is not implemented: not implemented I am implementing an ImageButton click listener Requirement :…

android kotlin fragment onclicklistener kotlin.notimplementederror
Android 4.4 — Translucent status/navigation bars — fitsSystemWindows/clipToPadding don't work through fragment transactions

When using the translucent status and navigation bars from the new Android 4.4 KitKat APIs, setting fitsSystemWindows="true" and clipToPadding="false" …

android fragment transparent android-4.4-kitkat
Why is a FrameLayout used for fragments?

Wherever I look, FrameLayout seems to be used as the FragmentContainer. Why is FrameLayout always seen with Fragments?

java android fragment android-framelayout
contextthemewrapper cannot be cast to activity

in my small app i have a PageAdapter->Fragment->ListView->ImageView. On onImageClick i want display my …

android fragment
Passing data back to previous fragment from current fragment

I am Using Navigation Drawer in my app. I have one MainActivity and rest of are Fragments. So the issue …

android android-fragments fragment fragmentmanager
FragmentStatePagerAdapter IllegalStateException: <MyFragment> is not currently in the FragmentManager

I'm getting this on some cases, in onResume(), of an activity which uses a FragmentStatePagerAdapter. When using device's back button. …

android fragment
Android - Fragment API for API level < 11

I have came across a problem for dynamic forms in my app, which is suited for Android 2.1 and above. I …

android api fragment
ViewPager Activity to notify a Fragment of a specific event

I have a ViewPager and it is using a FragmentAdapter in order to display several fragments of the same kind. …

android fragment android-viewpager
Mapfragment findFragmentById always null

I have problems to access the fragment of the map. getFragmentManager().findFragmentById(R.id.map)) returns always null. I don't …

android google-maps fragment mapfragment