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

https://github.com/vitkhudenko/test_asynctask

A simple app to test Android's AsyncTask behaviour (serial vs parallel execution)
https://github.com/vitkhudenko/test_asynctask

Last synced: 7 months ago
JSON representation

A simple app to test Android's AsyncTask behaviour (serial vs parallel execution)

Awesome Lists containing this project

README

          

Test Asynctask
==============

A simple app to test AsyncTask behaviour (serial vs parallel execution).

The app uses AsyncTask API available since Android 3.0.

All the useful output is logged, so the app should be monitored via LogCat.