Reputation: 1636
I have an application that is close to finish. Now, what I don't know is how to design layouts for all the phones and tablets, should I do it with layout-small and that stuff or layout-sw320
and similar?
How many layouts should there be and how to create layout for all of them?
Upvotes: 0
Views: 501
Reputation: 75629
Here's is relevant documentation you should read to gain necessary knowledge: Supporting Multiple Screens
Upvotes: 2