I am developing android application for tablet.
My aim is to support for tablet from 7 inch to 10.1 inch.
i am unable to select proper layout according to my design.
-
if i am selecting linear layout then nested hierarchic increases.
(according to UI design we should avoid nesting of layout). -
if i am selecting relative layout then design is not match for all table.
please suggest which is best layout?
please help?
Thanks in advance…
To find out would suit your best, I’d suggest you read the Android developer page on this topic: http://developer.android.com/guide/practices/screens_support.html
I hope this helps.