Location, Orientation, and Writing a Custom Control with Mono for Android, .NET, and C#
Posted
by Wallym
on ASP.net Weblogs
See other posts from ASP.net Weblogs
or by Wallym
Published on Fri, 19 Oct 2012 11:00:00 GMT
Indexed on
2012/10/19
17:02 UTC
Read the original article
Hit count: 547
Like real estate, mobile is about location, location, location. That means that direction is an important item. And just as important is how this information is presented to the user. In Nov. 2011, we talked about building a user interface in Mono For Android. In this article, I'll expand a little bit on that by creating a compass that displays north. We'll use Android's built-in sensor support to determine the orientation of the device, then use a custom control to display North. The output will look like
© ASP.net Weblogs or respective owner