How do I resolve the following conflict in tablets?
I have developed an Android application for both handsets and tablets. It has been running in both emulators. While I am running in the tablet emulator the size of widgets are filling the screen. What should I do solve this conflict? You can make two different layouts for handlet and tablets in res/layout (for handlet) and res/layout-large (for tablet). Layout file name must be same. More explanation and other methods you can found here: http://developer.android.com/guide/practices/screens_support.html I think you should better check it in the Developer's website, where you have all the