I am trying to make a application in Android. I want that it should be able to run on multiple phones of different screen sizes, so i studied support multiple screen on deve
If your design is same for all screens sizes you can use dp and have only one xml for all screens. But you should support icons for all screens.