Issue
I want to use a large set of images in my application, that are used in a gallery view. However using the res folder seems not possible with larger set off images. What is the best way for including the images into my apk?
Solution
You can save the images in a database and add your database to the apk (a way to do so described here. You would read images from the database using Cursor.getBlob
Answered By - Alexander Kulyakhtin
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.