Android Demo App that interacts with SQLite data. Created it for a class exercise..
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.
The following table is the detailed list of EmployeeSQLiteAndroidApp.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
jar files used | android-support-v4.jar |
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.
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