Custom Content Provider App with a client. Display data in the listview using a custom Cursor loader using data provided by the Content Provider.
EmployeeProvider is hosted in the following web site
https://github.com/princeCoder/EmployeeProvider
If you think the Android project EmployeeProvider 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 EmployeeProvider.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 1 |
EmployeeProvider has the following Java source files.
com.princecoder.android.myprovider.Adapters.EmployeeCursorAdapter.java com.princecoder.android.myprovider.EmployeeDatabaseHelper.java com.princecoder.android.myprovider.EmployeeProvider.java com.princecoder.android.myprovider.HomeActivity.java com.princecoder.android.myprovider.IView.java com.princecoder.android.myprovider.Presenter.EmployeePresenter.java com.princecoder.android.myprovider.Presenter.IEmployeePresenter.java