Example Android app that passes positions along to the view for Parse with the ParseQueryAdapter.
ParseQueryAdapterWithPositions is hosted in the following web site
https://github.com/jefflinwood/ParseQueryAdapterWithPositions
If you think the Android project ParseQueryAdapterWithPositions 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 ParseQueryAdapterWithPositions.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Fragment Count | 1 |
jar files used | Parse-1.8.0.jar ParseCrashReporting-1.8.0.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
ParseQueryAdapterWithPositions has the following Java source files.
com.jefflinwood.parseitemtableview.ApplicationTest.java com.jefflinwood.parseitemtableview.MainActivity.java com.jefflinwood.parseitemtableview.MainApplication.java com.jefflinwood.parseitemtableview.MainFragment.java com.jefflinwood.util.ParseItemPositionQueryAdapter.java