Android Open Source - SQLite Create EmployeeSQLiteAndroidApp






Project Summary

Android Demo App that interacts with SQLite data. Created it for a class exercise..

Web Site / Source Repository

EmployeeSQLiteAndroidApp is hosted in the following web site
https://github.com/ArnauAregall/EmployeeSQLiteAndroidApp

If you think the Android project EmployeeSQLiteAndroidApp 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 EmployeeSQLiteAndroidApp.

ItemValue
Java File Count9
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count4
jar files usedandroid-support-v4.jar




Resource Files

There are 1 image files in EmployeeSQLiteAndroidApp. The names of the image files are listed as follows.

employee_icon.png

The following screenshort is generated from the image listed above.

null

Java Source Files

EmployeeSQLiteAndroidApp has the following Java source files.

controllers.EmployeeDataSource.java
controllers.EmployeeSQLiteHelper.java
models.Employee.java
models.EmployeeAdapter.java
models.EmployeeValidator.java
views.EmployeeCreate.java
views.EmployeeDetails.java
views.EmployeeUpdate.java
views.MainActivity.java