File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Android and the fly likes Handling Multiple Screens Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Handling Multiple Screens " Watch "Handling Multiple Screens " New topic
Author

Handling Multiple Screens

Sahil Reddy
Ranch Hand

Joined: Jan 24, 2011
Posts: 126
Hello

I want to se different layouts for the 7" , 8" and 10" tablets . The problem is all belong to x-large category and i am developing for Android 3.1 so cannot use sw configuration qualifier too....

How to handle the same according to best practices.

Right now i am using if else in the code and get configurations and all that jazz to handle the same, but i think it is not the clean way of doing the same.

Thanks ans regards
Hardik Trivedi
Ranch Hand

Joined: Jan 30, 2010
Posts: 252
like drawable also., we have layout-large,layout-normal,layout-small.

I have used this for smart phones. I am not sure whether same thing will work for tablets or not.
 
 
subject: Handling Multiple Screens
 
Threads others viewed
Error in SpringMVC No request handling method with name 'addCV' in class
Error Handling in Jsp
Best wway to Strore object across http request
cross browser issues
Exception stratigy in scjd???
IntelliJ Java IDE