Is Converting bitmaps to byte[] and saving it to Database better performance and management or saving the bitmaps to Files and handling the paths in the Database ?
By better I mean as performance and management.
I have started a new application and i want to know if anybody has faced such a problem, and which solution is preferable for Android apps ?
Note: I am using Greendao as ORM.