How to tackle different screen sizes ?

kikloo

Member
Licensed User
Longtime User
Hi everyone,

I was just wondering how you go about developing your app for different screen sizes. My first reaction was that you would have to develop a layout for each activity for each screen size/resolution you wanted to support, however i get the feeling it should be a little simpler than that.

So the layout for my app is set up optimally for a 800x480 4.3" screen, what do i have to do to make the layout okay for different densities etc?

Do you work on the same layout for all your sizes or what? It confused me a little.

Thanks
 
Top