Just a quick question. If I am happy with the way in which Android scales my app on the most common screen sizes (tested on real devices) can I just put my images in the MDPI folder ? Or will this cause problems ?
Thanks !
Just a quick question. If I am happy with the way in which Android scales my app on the most common screen sizes (tested on real devices) can I just put my images in the MDPI folder ? Or will this cause problems ?
Thanks !
It should be fine but you should really put these in the drawable folder to avoid confusion when extending the application further in the future.