You have to use Picasso. it easy to use downlod latest jar from http://square.imtqy.com/picasso/ simply load image used below code Picasso.with(context) .load(url) .placeholder(R.drawable.placeholder) .resize(imgWidth, imgHeight) .centerCrop() .into(image);
Ashish pedhadiya
source share