Simple purchase list written during Android course (spring 2013).
android-purchase-list is hosted in the following web site
https://github.com/dlouchansky/android-purchase-list
If you think the Android project android-purchase-list 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 android-purchase-list.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
Required Permissions | android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in android-purchase-list. The names of the image files are listed as follows.
ic_action_settings.png
The following screenshort is generated from the image listed above.
android-purchase-list has the following Java source files.
com.integration.ExportIntentService.java com.integration.GSONConverter.java com.integration.HTTPTask.java com.integration.ORMAdapter.java com.integration.Purchase.java com.persistence.DatabaseHelper.java com.persistence.DatabaseManager.java com.persistence.ItemListORM.java com.persistence.ListItemORM.java com.presentation.ListsActivity.java com.presentation.MainActivity.java com.presentation.PrefActivity.java com.presentation.Prefs.java com.presentation.PurchasesApp.java