assets - How to provide large set of images in Android? -
I want to use a large set of images in my application, which is used in a gallery view. Although the use of reserve folders is not possible with large set of images. What's the best way to include images in my APK?
You can save images in the database and add your database to the APK Way. You will read the pictures from the database using
Comments
Post a Comment