When I put different image sizes for different screen sizes the overall app size increases dramatically.
ldpi 15kb mdpi 20kb hdpi 25kb ... = 150kb
I'm not sure how the system works, does the user download all of the images and then use the one that fits its device and delete the rest?
And what is a good solution to optimize the app size for different screens?