androidstoragephotos

Best practices for photo storage


I want to make an Android application that has the same look as Instagram, which means every profile has a gallery of photos.

My question is about storing and retrieve those photos. I want to know what is the best practice for photo storage in a database (MySQL), more precisely:


Solution

  • Saving images in the database looks like overkill, it's not needed. Saving on disk should be fine.

    Although you should focus on your business logic & leave this to image libraries which does this stuff & do best for memory & performance.

    Some famous libs are:

    Almost each library does lots of stuff for you, such as:

    My suggestion is to go with one of the image library