I have a doubt in android.I am using layout-land for the landscape view and layout-large for the tablets,when I am using tablets which layout will be taken by the android system, layout-land or large?
In what basis it will take the layout.Please explain.
Thanks.
Have a look here.
As per the screen size,your layout is choosen. Here all the my_layout.xml files resides in all layout folder. The perfect layout is choosen by the screen size.
For more info visit to:
http://developer.android.com/guide/practices/screens_support.html