**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
I want to display an alert dialog in my app. I am using fragments. I tried the below code to …
java android fragment android-alertdialog android-contextIf I try to inflate a view within a fragment I am getting NULL.. For example: public View onCreateView(LayoutInflater …
android android-fragments fragmentI have only one activity and multiple fragments in my application. Two main fragment A(left) and B(right). Fragment …
android fragment backI use this method on my container Activity to show a BFrag public void showBFrag() { // Start a new FragmentTransaction FragmentTransaction …
android android-3.0-honeycomb android-fragments fragment illegalstateexceptionI'd like to know how properly handle system back button action using Navigation Controller. In my app I have two …
android navigation fragment android-jetpackI have made an app with one activity which uses a navigation drawer to open a number of different fragments. …
android fragment navigation-drawerI want to set up my toolbar as an actionbar, but since your toolbar is a layoutelement it has to …
java android android-actionbar fragment toolbarIn the Activity I have : public class tabsmain extends Activity{ public static Context appContext; public boolean lf_ch=false; public …
java android android-activity fragmentI'm new to android programming The drag/ and drop feature in android studio is not working. I can't drag anything …
android android-layout android-studio drag-and-drop fragmentI tried changing the background color of a fragment, but a small problem occurred. public class MainActivity extends FragmentActivity { @Override …
android layout background fragment