Showcasing initial use of fragments, including inter-fragment/activity communications. Thanks to http://developer.xamarin.com/guides/android/platform_features/fragments/fragments_walkthrough/ for this!.
AndroidFragmentWalkthrough is hosted in the following web site
https://github.com/robmarano/AndroidFragmentWalkthrough
If you think the Android project AndroidFragmentWalkthrough listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AndroidFragmentWalkthrough.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 2 |
Fragment Count | 1 |
AndroidFragmentWalkthrough has the following Java source files.
com.acar.j.michael.fragmentwalkthrough.ApplicationTest.java com.acar.j.michael.fragmentwalkthrough.DetailsFragment.java com.acar.j.michael.fragmentwalkthrough.MyActivity.java com.acar.j.michael.fragmentwalkthrough.Shakespeare.java com.acar.j.michael.fragmentwalkthrough.TitlesFragment.java