Skip to content

JoaoMotondon/ImageDownloader_AsyncTask

Repository files navigation

ImageDownloader_AsyncTask

This project is intended to demonstrate an image download process by using the AsyncTask mechanism. It also handles configuration changes that is useful in these two cases:

  • If it happens during the download process, it will save/restore progress bar with the the image file name.
  • If it happens after the download finishes, it will save/restore the bitmap.

The communication between the AsyncTask and the main UI thread uses a reference to a retained fragment (which is not destroyed during configuration changes).

Please, refer to this article for detailed information.

Demo

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages