This is CMPE 277 Assignment 4 to learn following things: 1. Usage of Intent to pass data from one activity to another 2. How to execute task in Async like calling API's 3. How to save data in Android Devices using SQL Lite & Shared Preferences 4. How to display data in List View from DB, Array, Shared Preferences using Adapters..
CMPE277Assgn4-AndroidApp-Storage is hosted in the following web site
https://github.com/devmaven/CMPE277Assgn4-AndroidApp-Storage
If you think the Android project CMPE277Assgn4-AndroidApp-Storage 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 CMPE277Assgn4-AndroidApp-Storage.
Item | Value |
---|---|
Java File Count | 7 |
Supported screen sizes | [hdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
Asset File Names | assets\parameters.properties |
There are 1 image files in CMPE277Assgn4-AndroidApp-Storage. The names of the image files are listed as follows.
close.png
The following screenshort is generated from the image listed above.
CMPE277Assgn4-AndroidApp-Storage has the following Java source files.
com.cmpe277.assgn4.Persistence.java com.cmpe277.assgn4.PersonalInfo.java com.cmpe277.assgn4.Processing.java com.cmpe277.assgn4.ReportData.java com.cmpe277.dao.SqlLiteDataBaseAccessLayer.java com.cmpe277.utility.Constants.java