A little CRUD with SQLite in Android.
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.
The following table is the detailed list of TestDB.
Item | Value |
---|---|
Java File Count | 16 |
Activity Count | 7 |
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