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)
- Host: GitHub
- URL: https://github.com/vitkhudenko/test_asynctask
- Owner: vitkhudenko
- Created: 2012-08-06T09:20:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-13T08:20:44.000Z (over 13 years ago)
- Last Synced: 2023-03-26T14:14:40.190Z (about 3 years ago)
- Language: Java
- Homepage:
- Size: 412 KB
- Stars: 27
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.