Wallace B. McClure
All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, Xamarin.iOS, Xamarin.Android, and Windows Azure.
-
Android 4 Fragments with Mono for Android
With the release of Android 3.0, Google added support for larger displays and attention-grabbing UI designs and layouts. On a tablet screen, UI components can be used to present better information. How does Android do this? It has a technology called Fragments, and I'll look at its implementation in the currently shipping operating system, Android 4. (Let's get past all the jokes about Android and fragmentation on its device platform.)
-
Webinar Recording on Cross Platform Development with MonoTouch and Mono for Android
The iPhone and Android are dominant in the marketplace. The two platforms currently have 85% of the smartphone marketplace and are continuing to grow that marketshare. Developers are being tasked with targeting these two platforms. In this session, we’ll take a high level look at how we can use c# and .NET knowledge to share code between iOS and and Android. We’ll look at linked files, using the Xamarin Mobile API, the challenges of running across platforms and frameworks, as well as other features of Visual Studio, Monotouch, MonoDevelop, and Mono for Android that allows us to write as much code that can run on both platforms.
-
Webinar on Cross Platform Development with MonoTouch for the iPhone and Mono for Android on Wednesday
The iPhone and Android are dominant in the marketplace. The two platforms currently have 85% of the smartphone marketplace and are continuing to grow that marketshare. Developers are being tasked with targeting these two platforms. In this session, we’ll take a high level look at how we can use c# and .NET knowledge to share code between iOS and and Android. We’ll look at linked files, using the Xamarin Mobile API, the challenges of running across platforms and frameworks, as well as other features of Visual Studio, Monotouch, MonoDevelop, and Mono for Android that allows us to write as much code that can run on both platforms.
-
MSDN article on jQuery Mobile
My article on jQuery Mobile has been published. Please check it out.
-
Location, Orientation, and Writing a Custom Control with Mono for Android, .NET, and C#
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
-
Databinding a ListView with Mono for Android
The world lives on data. Data is all around us and in many forms: salespeople need to know what customers have spent; twitter users want to know what their friends are saying. How do we as developers present data to a user? In Android, we use the ListView in its various forms. In this article, we'll look at using a ListView, how we can work with it, then discuss what we need to do to overcome some of the challenges in a mobile environment.
-
Develop an iPad app with MonoTouch, C#, and .NET.
-
Two new video series on Mono for Android from AppDev
I've had two short video series publish on Mono for Android at AppDev.com. The videos are:
-
Review - Professional Android Programming with Mono for Android and .NET/C#
Mike Riley of Dev Pro Connections Magazine has a review of our Mono for Android book. You can read the full review on their site
-
Xamarin Designer for Android Article
The latest version of Mono for Android includes a long-awaited design surface. Learn how it works.