I decided to give everyone an easy question.

I already check for landscape via this method:

        if (getResources().getConfiguration().orientation ==
                Configuration.ORIENTATION_LANDSCAPE)

But how do I tell which landscape?

My Nexus One, at least, has two. Left and Right Handed.

And yes, it does matter. If you are trying to relate a compass sensor
to the screen, for example.

Nathan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to