Demo app for different types of background work.
android-background-work-demo is hosted in the following web site
https://github.com/andrurogerz/android-background-work-demo
If you think the Android project android-background-work-demo 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-background-work-demo.
Item | Value |
---|---|
Java File Count | 9 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Fragment Count | 1 |
android-background-work-demo has the following Java source files.
com.example.backgroundworkdemo.BackgroundThreadDemoActivity.java com.example.backgroundworkdemo.BackgroundThreadDemoFragment.java com.example.backgroundworkdemo.BackgroundWorker.java com.example.backgroundworkdemo.SimpleThreadBackgroundWorker.java com.example.backgroundworkdemo.runnables.IteratingRunnable.java com.example.backgroundworkdemo.runnables.PrioritizedRunnableWrapper.java com.example.backgroundworkdemo.tasks.IteratingAsyncTask.java com.example.backgroundworkdemo.work.CpuIntensiveIterable.java