Hi,i done my application in portrait configaration but when load my application in to device its coming portraint configaration but i keep in landscape mode missing some controls.how i cam fix the screen for both configarations.
views:
115answers:
3
A:
Hi,
You probably have to define different layouts for landscape and portrait. You could force android to choose the proper layout depending on orientation. You could put landscape layout xml files in “res\layout-land” and portrait in “res\layout”.
Of course it’s always good idea to use RelativeLayout, but it depends on your application.
Regards!
Ramps
2010-01-06 11:02:58
thank you very much
deepthi
2010-02-16 10:54:27
+1
A:
This question was asked before: here
If you are a beginner, you might find the following useful(read up): Developing orientation aware Android apps
Samuh
2010-01-06 11:36:20
A:
Check this out. Google has released a tutorial about this recently: http://developer.android.com/intl/fr/resources/samples/MultiResolution/index.html
Valentin
2010-01-06 12:30:02