Re: [android-developers] Default orientation of device

2010-12-29 Thread Marek Urbaniak
There is such a concept in Android. Check e.g.,: http://android-developers.blogspot.com/2010/09/brace-for-future.html(sections where Motorola Charm and Flipout are mentioned) I could not believe there is no API call to check device natural orientation. I posted this question on Stack Overflow

[android-developers] Default orientation of device

2010-03-21 Thread neha
How can i get the default orientation of a Android device. DROID has portrait as the default orientation whereas many of the android tablets have landscape as the default orientation. I want to determine the default orientation of a android device through an OS call and this orientation should be

Re: [android-developers] Default orientation of device

2010-03-21 Thread Mark Murphy
neha wrote: How can i get the default orientation of a Android device. There is no such concept in Android, AFAIK. What is the business problem you are trying to solve? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: