**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
I am trying to implement transitions between fragments which have "shared elements" as described in the new material design specs. …
android fragment material-designI'm new to Android developing and of course on Fragments. I want to access the controls of my fragment in …
android android-activity nullreferenceexception fragmentI am trying to add a TabHost inside a Fragment. The code is given below. Here inside the Fragment. I …
android fragment android-tabsI've been working with lots of Fragments recently and have been using two distinct methods of passing in objects to …
android fragment android-bundleI have an ActionBarActivity and fragment. I am using FragmentPagerAdapter that provides fragment to my app. My question How can …
android android-fragments fragmentI am using a DialogFragment, and while I have successfully set an image to close (i.e. dismiss) the dialog …
android fragment dismissHow to pass and get value from fragment and activity?
android fragment kotlinI need your help... I work on it until 3 days. My app is working with fragments. One of these fragments …
android fragment google-maps-android-api-2 mapfragmentI have a problem about removing a specific fragment from back stack.My scenario is like this.Fragment-1 is replaced …
android android-fragments fragment fragment-backstack