Android Open Source - Development gradle Android-Load-Data-in-Background-Sample






Project Summary

A Gradle version of the Google's sample project found here: https://developer.android.com/training/load-data-background/handle-results.html.

Web Site / Source Repository

Android-Load-Data-in-Background-Sample is hosted in the following web site
https://github.com/IgorBelyayev/Android-Load-Data-in-Background-Sample

If you think the Android project Android-Load-Data-in-Background-Sample 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-Load-Data-in-Background-Sample.

ItemValue
Java File Count15
Target SDK Version17
Minimum SDK Version11
Activity Count1
Fragment Count3
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

Android-Load-Data-in-Background-Sample has the following Java source files.

com.example.android.threadsample.BroadcastNotifier.java
com.example.android.threadsample.Constants.java
com.example.android.threadsample.DataProvider.java
com.example.android.threadsample.DataProviderContract.java
com.example.android.threadsample.DisplayActivity.java
com.example.android.threadsample.PhotoFragment.java
com.example.android.threadsample.PhotoManager.java
com.example.android.threadsample.PhotoTask.java
com.example.android.threadsample.PhotoThumbnailFragment.java
com.example.android.threadsample.PhotoView.java
com.example.android.threadsample.ProgressNotifier.java
com.example.android.threadsample.RSSPullParser.java
com.example.android.threadsample.RSSPullService.java