Recently I have to develop a simple app for my company with UI which has to look alike in different set of screens. I was provided only one set of drawable-resources.
I have gone through the android developer.
In the link, they showed an example which divided the drawable folder into based on density and layoput folder based in sizes.
Since I had only one set of images, Can I divide the screen based on density like
- layout-ldpi
- layout-mdpi
- layout-hdpi
- layout-xhdpi
Can I do it in this manner? And how far is it reliable?