I had try Fedor’s lazy load for gallery like https://github.com/thest1/LazyList.
And in GalleryAdapter getView() as below:
iv.setScaleType(ImageView.ScaleType.CENTER_INSIDE);
imageLoader.DisplayImage(PhotoPath[position], iv);
I want each picture contains which loading drawable to zoom in or zoom out to fix the screen size.
Where should I modify?
Try to set your ImageView layout to FILL_PARENT: