Going through Android docs again to make a simple app.
MyFirstApp is hosted in the following web site
https://github.com/alexdennis/MyFirstApp
If you think the Android project MyFirstApp 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 MyFirstApp.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 2 |
There are 2 image files in MyFirstApp. The names of the image files are listed as follows.
ic_action_new.png ic_action_search.png
The following screenshort is generated from the image listed above.
MyFirstApp has the following Java source files.
com.carltondennis.android.shopping.MainActivity.java com.carltondennis.android.shopping.Preferences.java com.carltondennis.android.shopping.ShoppingItemFragment.java com.carltondennis.android.shopping.ShoppingListContract.java com.carltondennis.android.shopping.ShoppingListDbHelper.java com.carltondennis.android.shopping.ShoppingListFragment.java com.carltondennis.android.shopping.ShoppingListItemAdapter.java