**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
I have three fragments as shown in below figure. I have added all these three fragments in LinearLayout using .xml …
android replace fragmentIs it possible to manually call the method onCreateView in a Fragment or, if not, is there some way I …
android fragment android-view fragment-tab-hostI'm learning Android development. I get stuck at something that should be very easy. Im creating an App with one …
android android-fragments fragment fragmentmanagerI'm getting this error while trying to launch a Fragment from a first Fragment : java.lang.NullPointerException: Attempt to invoke …
android nullpointerexception fragment fragmenttransactionSorry for the huge code dump, but I'm truly lost. MyActivity.java onCreate: super.onCreate(savedInstanceState); setContentView(R.layout.activity_…
android center android-linearlayout fragment android-framelayoutI created an app that supports both phone and tablet version so i use the android-support-v4.jar library. My activity …
android overriding compatibility fragmentI would like to show a progress dialog within a dialog fragment. However when I am using this code ProgressDialog …
android android-fragments fragment progressdialogIs it possible to have an event when the FragmentTransaction is completed ? FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); ft.replace(R.id.…
android listener fragmentI have a simple app that has two fragments and when in landscape mode, both fragments are shown side by …
android view fragment layout-inflaterThe Fragment and Custom View can achieve the similar function, I know that fragment is more re-usable comparing with custom …
android fragment android-custom-view