I want to make a gridview that depicts all the recent pictures like in instagram's or messenger's chat, but I can't make it smooth. Do you have any idea? I should isolate also the bitmap generation from imageprovider besides the resizing, or any other solution? I think I cannot load all the Uint8Lists in the memory as there are about a few thousands picture on an average phone so that would take too much memory.
I want to make a gridview that depicts all the recent pictures like in instagram's or messenger's chat, but I can't make it smooth. Do you have any idea? I should isolate also the bitmap generation from imageprovider besides the resizing, or any other solution? I think I cannot load all the Uint8Lists in the memory as there are about a few thousands picture on an average phone so that would take too much memory.