https://github.com/shpota/progressbarexample
An Android app demonstrating how to use ProgressBar with AsyncTask
https://github.com/shpota/progressbarexample
android android-example asynctask example java progressbar
Last synced: 11 months ago
JSON representation
An Android app demonstrating how to use ProgressBar with AsyncTask
- Host: GitHub
- URL: https://github.com/shpota/progressbarexample
- Owner: Shpota
- Created: 2014-03-11T22:38:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-11T23:27:56.000Z (almost 12 years ago)
- Last Synced: 2025-02-22T23:29:39.243Z (11 months ago)
- Topics: android, android-example, asynctask, example, java, progressbar
- Language: Java
- Homepage:
- Size: 762 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ProgressBar Example
====================
Simple Android example of usage ProgressBar with AsyncTask. All the heavy actions will be performed in another thread (in AsyncTask). All the changes will be shown in View part of application.
## Screenshot
[](#features)