Android Open Source - SQLite crud TestDB






Project Summary

A little CRUD with SQLite in Android.

Web Site / Source Repository

TestDB is hosted in the following web site
https://github.com/FherUnity/TestDB

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

ItemValue
Java File Count16
Activity Count7

Java Source Files

TestDB has the following Java source files.

com.example.fher.adapters.CompanyListAdapter.java
com.example.fher.adapters.UserListAdapter.java
com.example.fher.dao.CompanyDataSource.java
com.example.fher.dao.UsersDataSource.java
com.example.fher.helpers.CompanySQLiteHelper.java
com.example.fher.helpers.UserSQLiteHelper.java
com.example.fher.models.Company.java
com.example.fher.models.User.java
com.example.fher.testdb.ApplicationTest.java
com.example.fher.testdb.CompanyListActivity.java
com.example.fher.testdb.CreateCompany.java
com.example.fher.testdb.CreateUser.java
com.example.fher.testdb.EditCompanyActivity.java
com.example.fher.testdb.EditUserActivity.java
com.example.fher.testdb.MenuActivity.java
com.example.fher.testdb.TestDatabaseActivity.java