A Gradle version of the Google's sample project found here: https://developer.android.com/training/load-data-background/handle-results.html.
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.
The following table is the detailed list of Android-Load-Data-in-Background-Sample.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
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