Android has a method MediaStore.Images.Thumbnails.getThumbnail() which will return the thumbnail of any image. But I notice that the size of the thumbnail is limited to MICRO_KIND and MINI_KIND. How can I get thumbnails with whatever size I assigned?
Thanks in advance!
1 Answer