I want to create an offline app in which the user can add images with image detail. I want to as that what is the best way to store image offline?
Should I use SQLite blob format, SQLite base64 encoded String or should I store it in internal storage or Should I store It in shared Preference. Please help me, If you know any other way then please mention it.