Android Open Source - UI ListView Database CMPE277Assgn4-AndroidApp-Storage






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of CMPE277Assgn4-AndroidApp-Storage.

ItemValue
Java File Count7
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count4
jar files usedandroid-support-v4.jar
Asset File Namesassets\parameters.properties




Resource Files

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.

null

Java Source Files

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