**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
I am very confused between these functions and their purposes. What I have observed that using replace() replaces the existing …
android android-fragments fragment back-stackI am trying to build a UI combining both static and dynamic elements. For this, I have divided my activity …
android fragment android-framelayoutI have a layout which includes a fragment as follows: <fragment android:id="@+id/mainImagesList" android:name="com.guc.…
android fragmentI have Fragment activity with pager: List<Fragment> fragments = new Vector<Fragment>(); fragments.add(Fragment.instantiate(…
android android-activity fragment onkeydownSome users are reporting, if they use the quick action in the notification bar, they are getting a force close. …
android dialog fragmentMy Android application launches into BeginActivity which is a subclass of SherlockFragmentActivity and shows it's first view using: @Override public …
android actionbarsherlock fragmentI have a FragmentActivity class with inner class that should display Dialog. But I am required to make it static. …
android fragment android-dialogfragmentI have a simple activity which runs as expected. import android.app.Activity; import android.app.FragmentManager; // import android.support.…
android android-activity fragmentIm using a fragment that is supposed to display a webview. When I try to instantiate it from the class …
android manifest fragmentBeen searching for this issue for a while to no avail now: How to determine fragment is being restored from …
android acl fragment android-support-library android-compatibility