Free Android app covering all aspects of addiction, including prevention and treatment

Using Volley to download and display images in a grid Here’s the third part of the Volley tutorial. This is where we show you how to use Volley to download images and display them in a GridView.
Using Volley to download and display images in a list   Here’s the second part of the Volley tutorial. This is where we show you how to use Volley to download images and display them in a ListView.
Using Volley to download, cache and display images in lists and grids Volley is an HTTP Library that makes networking for Android easy. It’s developed by Google and is free to use in your apps. This is what Volley can do for you: You can automatically schedule network requests You…
Using the Universal Image Loader to populate a GridView The Universal Image Loader or UIL is a Library that you can include in your apps to take care of your images. The Universal Image Loader Library: Asynchronously downloads and loads your images for you Caches the images in memory and on disk…
King of the Universe: The Universal Image Loader Library and you So what is the Universal Image Loader Library? The Universal Image Loader or UIL is a Library that you can include in your apps to take care of your images. The Universal Image Loader Library: Asynchronously downloads and loads…