Hi,
My app have some images that I wouldn't like to be loaded from web (for instance, I have some icons and images that are shown inside google maps (markers) and in lists). Is there any way to "embed" the image inside the app so that the images does not have to be loaded from internet (Loading from internet decrease the performance of my application. For instance, in google maps, if i have many markes to be showm, all of then shoud be loaded from internet, same problem if I have many items to be shown in a list).
Code: Select all
Thank you