Android Open Source - UI ListView data EmployeeProvider






Project Summary

Custom Content Provider App with a client. Display data in the listview using a custom Cursor loader using data provided by the Content Provider.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of EmployeeProvider.

ItemValue
Java File Count7
Activity Count1

Java Source Files

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