Android application which remotely connects to database and performs basic CRUD operations.
InsuranceDB is hosted in the following web site
https://github.com/apex39/InsuranceDB
If you think the Android project InsuranceDB 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 InsuranceDB.
Item | Value |
---|---|
Java File Count | 39 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 5 |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_PROFILE |
There are 1 image files in InsuranceDB. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
InsuranceDB has the following Java source files.
com.domain.exception.ErrorBundle.java com.domain.executor.PostExecutionThread.java com.domain.executor.ThreadExecutor.java com.domain.interactors.AddOcUseCase.java com.domain.interactors.AddOcUseCaseImpl.java com.domain.interactors.GetOcByIdUseCase.java com.domain.interactors.GetOcByIdUseCaseImpl.java com.domain.interactors.GetOcRecentListUseCase.java com.domain.interactors.GetOcRecentListUseCaseImpl.java com.domain.interactors.Interactor.java com.domain.interactors.ModifyOcUseCase.java com.domain.interactors.ModifyOcUseCaseImpl.java com.domain.interactors.RemoveOcUseCase.java com.domain.interactors.RemoveOcUseCaseImpl.java com.domain.model.Car.java com.domain.model.Customer.java com.domain.model.CustomerImpl.java com.domain.model.Discount.java com.domain.model.DiscountImpl.java com.domain.model.Oc.java com.domain.model.User.java com.domain.model.UserImpl.java com.domain.model.Vehicle.java com.domain.model.Zone.java com.domain.model.ZoneImpl.java com.domain.repository.OcRepository.java com.example.mateusz.insurancedb.ApplicationTest.java com.example.mateusz.insurancedb.Details.java com.example.mateusz.insurancedb.ListsAdapter.java com.example.mateusz.insurancedb.LoginActivity.java com.example.mateusz.insurancedb.MainScreen.java com.example.mateusz.insurancedb.SlidingTabLayout.java com.example.mateusz.insurancedb.detailDateItem.java com.example.mateusz.insurancedb.detailItem.java com.example.mateusz.insurancedb.dummy.DummyContent.java com.example.mateusz.insurancedb.list.java com.example.mateusz.insurancedb.resultAdd.java com.example.mateusz.insurancedb.resultEditable.java