I have a problem with storing avatars. My app got user's detail with image (image is in byte[] array). How to store this images in my app? I mean should I save every user's image in internal or external storage? Or should I use this image in time and set as ImageView? What is best solution for my problem?
Thanks for help:)