currently m using android aquery , displaying , working fine. m having issue if image returned web server not of same size of image container not fit container. have used following piece of code of aqery
maquery.id(thmbnail).auth(handle).image(detaildata.get(position).getimageurl(),true,true,0,0,null,0,maquery.ratio_preserve); if use
maquery.ratio_preserv then images become of weird size , if use ration results crop image 1 here have idea won`t crop image , use container size of image view thank in advance
seems want stretch image?
in case use fitxy scale type in xml layout of imageview , use ratio of 0.
Comments
Post a Comment