Test and Tutorial Projects From https://developer.android.com/index.html and other websites and books.
AndroidTestProjects is hosted in the following web site
https://github.com/kdgwill/AndroidTestProjects
If you think the Android project AndroidTestProjects 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 AndroidTestProjects.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 7 |
Activity Count | 8 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in AndroidTestProjects. The names of the image files are listed as follows.
actionbar_background.9.png ic_action_search_dark.png ic_action_search_light.png
The following screenshort is generated from the image listed above.
AndroidTestProjects has the following Java source files.
com.cuboid.gettingstarted.ApplicationTest.java com.cuboid.gettingstarted.MainActivity.java com.cuboid.gettingstarted.actionBar.TestActionBarActivity.java com.cuboid.gettingstarted.fragment.ArticleFragment.java com.cuboid.gettingstarted.fragment.FragmentedActivity.java com.cuboid.gettingstarted.fragment.HeadlinesFragment.java com.cuboid.gettingstarted.implicit_intent.ImplicitIntentActivity.java com.cuboid.gettingstarted.implicit_intent.SharedIntentActivity.java com.cuboid.gettingstarted.intro.DisplayMessageActivity.java com.cuboid.gettingstarted.lifecycle.LifeCycleActivity.java com.cuboid.gettingstarted.savedata.DataStorageActivity.java com.cuboid.gettingstarted.savedata.sql.EntryDatabase.java com.cuboid.gettingstarted.savedata.sql.FeedReaderContract.java com.cuboid.gettingstarted.savedata.sql.FeedReaderDbHelper.java com.cuboid.gettingstarted.savedata.sql.SqlHelper.java