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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -