Android Load Images From Drawable Efficiently
I'm new to Android development and I've had a lot of difficulty figuring out how to load images efficiently. The short version of my question is as follows: I have some png images
Solution 1:
you shoud convert your png image (xxhdpi,mdpi etc..) using this link https://romannurik.github.io/AndroidAssetStudio/nine-patches.html automatically image chaged depending upon your device
Post a Comment for "Android Load Images From Drawable Efficiently"