Android Open Source - Example example android-provider-join






Project Summary

Example of an Android ContentProvider based on a join of two tables..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-provider-join.

ItemValue
Java File Count8
Target SDK Version14
Minimum SDK Version8
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

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