Example of an Android ContentProvider based on a join of two tables..
android-provider-join is hosted in the following web site
https://github.com/thwick/android-provider-join
If you think the Android project android-provider-join 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 android-provider-join.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 14 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
android-provider-join has the following Java source files.
com.example.joinexample.TeamListActivity.java com.example.joinexample.TeamListFragment.java com.example.joinexample.TeamViewActivity.java com.example.joinexample.TeamViewFragment.java com.example.joinexample.data.DBManager.java com.example.joinexample.data.TeamProvider.java com.example.joinexample.domain.Sport.java com.example.joinexample.domain.Team.java