Dinesh Ghadge

Results 1 comments of Dinesh Ghadge

My activity view is in landscape mode. I am using all but still image is set rotate on image view. options = new DisplayImageOptions.Builder() .showImageOnLoading(android.R.color.white) .showImageForEmptyUri(android.R.color.white) .showImageOnFail(android.R.color.white) .imageScaleType(ImageScaleType.EXACTLY) .cacheInMemory(true) .cacheOnDisk(true)...