**DO NOT USE**: fragment is an ambiguous tag, used to refer to numerous technologies.
How do I properly use Fragments in Fragments? My (simplified) use case is following, I have an activity with a …
android fragment fragmentmanagerI have a class that extends Fragment and implements LocationListener. When I write LocationManager myLocalManager = (LocationManager)getSystemService(Context.LOCATION_SERVICE); …
android fragment locationmanagerI know that this was asked before, but I dont quite understand how to implement it. I have a fragment "…
android arguments fragmentI get this error message, when I open a closed App again via App-Change button: Caused by: java.lang.InstantiationException: …
android constructor fragment instantiationexceptionI can use Parcelable in Activity but I don't know how to use it in Fragment. I have a ListFragment …
android fragment parcelableI am using Android Sliding Menu using Navigation Drawer. I know that onWindowFocusChanged work on MainActivity. How can I check …
android fragmentI have an app, a single activity app with fragments in it. The usual use case for this app is, …
android android-activity fragment android-lifecycleI am building a tab interface using Action bar and fragment. I would need assistance in sending data from container …
android android-fragments fragment android-tabsI got this error by using the ViewPager in the Android Support package. from the Horizontal View Swiping with ViewPager …
android fragment android-viewpagerI have this neat function: private void addMapFragment(){ if(!mapFragment.isAdded()){ FragmentTransaction ft = getFragmentManager().beginTransaction(); ft.add(R.id.mapContainer, …
android fragment fragmenttransaction