An Activity subclass introduced through the compatibility package to provide an implementation of the Fragment framework on version below Honeycomb.
I have 2 fragments with on both fragments a button. When I press the button I'd like to start a new …
android android-fragments android-activity android-fragmentactivityI have a FragmentActivity and I want to use a map fragment within it. I'm having a problem getting the …
android android-fragments android-support-library android-fragmentactivity fragmentmanagerI just upgraded to Android Studio 0.2.8 and I am getting an error that says "Default Activity not found" when I …
android android-studio android-fragmentactivityI want to add 3 bottom dots to my ViewPager, like this. I use FragmentActivity and support library ViewPager.
android user-interface android-viewpager android-fragmentactivity viewpagerindicatorIn my Main FragmentActivity, I setup my custom ActionBar title like this: LayoutInflater inflator = (LayoutInflater) this .getSystemService(Context.LAYOUT_INFLATER_…
java android android-fragments android-actionbar android-fragmentactivityIn my trying AsyncTask I get email address from my server. In onPostExecute() I have to check is email address …
android android-asynctask android-fragmentactivityFirstActivity.Java has a FragmentA.Java which calls startActivityForResult(). SecondActivity.Java call finish() but onActivityResult never get called which is …
android android-fragmentactivityI was working on fragments and came across two things Activity and FragmentActivity which are used several times. I want …
android android-fragments android-support-library android-fragmentactivityAll of my fragments are controlled through ActionBarActivity (mainActivity), inside mainActivity a DrawerLayout is implemented and all the child fragments …
android android-actionbar navigation-drawer android-fragmentactivity android-toolbarI am new in Android. I want to build an app with tab format. I found many documentation where Activity …
android android-activity android-fragmentactivity