domingo, 27 de julho de 2014

Universal Image Loader Android Library

In this example we’ll show you how to use Universal Image Loader library in your android project.

What is Universal Image Loader?

Universal Image Loader is an smart and powerful library that helps in loading, caching and displaying images on Android. This means, using this library you can download remote images and display on ImageView.

Universal Image Loader Features

  • Asynchronous and multi-threaded image loading. This allows you to download multiple images Asynchronously.
  • Supports various configurations that helps to tune for your requirement. With this you can control memory, cache type, decoder, display image options, etc.
  • Possibility of image caching in memory and/or on device’s file system (or SD card)
  • Possibility to “listen” loading process. Allows various callback methods using which you will get to know the progress/state of your download request.
UniversalImageLoader

Integrating Universal Image Loader in Android

Integrating this library is quite easy. Here we’ll show you steps to download and integrate this library in Android application.

1. Download Universal Image Loader

Download Universal Image Loader JAR and put the JAR in the libs folder of your Android project. You can also fork the library on GitHub

2. Mainfest permissions

Add below required permission in your application Manifest file.

3. Library setup in your Application class



4. Download and display bitmap on ImageView


Nenhum comentário:

Postar um comentário