I am using Universal Image Loader in my app.
It is the best libary to download images, but I have one problem.
I download images that they are smaller than width of device.
I need the image have width = device width and scaled height.
Any idea how I can do this?
android:scaleType="fitXY"orandroid:scaleType="centerCrop"for yourImageView.