I tried almost everything. But I have many queries which need support for multiple screens in Android. For different screen resolutions, I read here in this article http://android-developers.blogspot.in/2011/07/new-tools-for-managing-screen-sizes.html. I tried that but how can I handle this if I have 50 different activities? And which code should I write in my java files?
I even searched on developer.android link, but same result. I'm really confused. How can I make my app compatible with all devices. I tried to make a different layout file for all resolutions but when it comes to the listview part having an Adapter class where we gave a layout link, it requires too much time to fix every java file. Can anyone suggest a solution for this? How do I manage this and what code I should write in my java files so it will check automatically?