Image size issue on Android
Unsolved
Mobile and Embedded
-
- I have 10 PNG images and loading all them on screen using Image element.
- Each image is around 2KB. So total is around 2 MB.
- When I load each of them using Image element, memory usage of App on android shoots by around 25 MB.
- If don't load the images, memory for that app is decreased by 25 MB.
- I need to show all the images at same time.
Any hints how to reduce this memory consumption ? It looked very high to me.