SkillAgentSearch skills...

ImageDownloader

No description available

Install / Use

/learn @vad-zuev/ImageDownloader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h4>NOTE: this project is no longer maintained since unfortunately I do not have the time to keep it up-to-date. The code samples might be heavily outdated - please refer to the official documentation of each particular library to get more recent examples.</h4> <h5><i>If you find this project useful and wish to contribute by updating the samples I would still be happy to review/merge your PR's</i></h5><br>

<b>ImageDownloader</b> is a demo application that demonstrates how to download/save an image from a given URL in Android with different possibilities:

<ul> <li>Using an own implementation called <b>BasicImageDownloader</b></li> <li>Using Android's built-in <a href="http://developer.android.com/reference/android/app/DownloadManager.html">DownloadManager</a></li> <li>Using <a href="https://github.com/square/picasso">Picasso</a></li> <li>Using <a href="http://developer.android.com/training/volley/index.html">Volley</a></li> <li>Using <a href="https://github.com/nostra13/Android-Universal-Image-Loader">Unversal Image Loader</a> (note: no longer maintained)</li> <li>Using <a href="https://github.com/facebook/fresco">Fresco</a></li> </ul>

Make sure you have read my related StackOverflow post with some explanations.

<img src="https://pp.vk.me/c627720/v627720837/35ad5/eOJzMnr7udk.jpg" width="280"> <img src="https://pp.vk.me/c627720/v627720837/35add/T8QzXtCPxh4.jpg" width="280"> <img src="https://pp.vk.me/c627720/v627720837/35ae5/_m73baNp3ig.jpg" width="280">

All of my code in this project goes into the public domain. As for the used libraries, their corresponding licenses apply. Check the License document for more info.

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated1y ago
Forks28

Languages

Java

Security Score

60/100

Audited on Apr 9, 2024

No findings