I develop app for android. I test it on many devices but I have problem with 8″ tablet with 800×600 resolution. The text field is out of the screen. I have 4 folders with layouts: “layout”, “layout-small”, “layout-large”, “layout-xlarge”. How can I make proper layout for this tablet?
Share
Make four layout folders, one for each size bucket. Put static text in each layout that says which one it is. Run the app. Read what gets displayed.