An open API service indexing awesome lists of open source software.

https://github.com/zeroxbrock/java_android_async_task

Demonstrates use of Android's AsyncTask
https://github.com/zeroxbrock/java_android_async_task

Last synced: 7 days ago
JSON representation

Demonstrates use of Android's AsyncTask

Awesome Lists containing this project

README

          

# java_android_async_task
not a good way to implement a timer

according to the AsyncTask documentation, this should only be used for short tasks;
a few seconds at most, like pulling data from a webpage/database