I am developing an app to display total images of device in gallery of my application. Every thing is working fine but i had a performance issue with MediaStore.Images.Thumbnails.getThumbnail() method. Usually it is returning bitmap a bit fast but when i am dumping images from PC to android device it is taking lot of time to return the bitmap. Please help how to optimize this. Is there a better way to create a thumbnail instead of MediaStore.Images.Thumbnails.getThumbnail() method??
Thanks, Ram.