New posts in android-fragments

Wrong requestCode in onActivityResult

Call an activity method from a fragment

Difference and uses of onCreate(), onCreateView() and onActivityCreated() in fragments

Do fragments really need an empty constructor?

getActivity() returns null in Fragment function

Android Fragment no view found for ID?

How to put Google Maps V2 on a Fragment using ViewPager

What is the difference between FragmentPagerAdapter and FragmentStatePagerAdapter?

Understanding Fragment's setRetainInstance(boolean)

Basic communication between two fragments

How to handle drawer toggle and toolbar up when having toolbar for each fragment

Android Fragment handle back button press [duplicate]

Fragment MyFragment not attached to Activity

Difference between add(), replace(), and addToBackStack()

How to add Options Menu to Fragment in Android

Communicating between a fragment and an activity - best practices

How to handle button clicks using the XML onClick within Fragments

Update ViewPager dynamically?

How do I get the currently displayed fragment?

ViewPager and fragments — what's the right way to store fragment's state?