Griffolion
Lurker
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 called Main.xml and it's 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 XML layout for all your sizes or what? It confused me a little.
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 called Main.xml and it's 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 XML layout for all your sizes or what? It confused me a little.
Devs. are making apps like anything and I think it should be much simpler to handle different screen sizes but I am not sure how to do it