Tag: image

January 25, 2016

Picasso : Image Loading Library for Android tutorial

An Image Loader Library for Android developed by Square named Picasso as a library .Picasso is an open source media management framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface. Picasso supports fetching, decoding, and displaying images. Picasso includes a flexible API that allows developers to plug in to almost any network […]

January 25, 2016

Glide : Image Loading Library for Android tutorial

In the Google Developer Summit , Google introduced us an Image Loader Library for Android developed by bumptech named Glide as a library that recommended by Google. It has been used in many Google open source projects . What is Glide ? Glide is an open source media management framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a […]