Wallace B. McClure
All About Wally McClure - The musings of Wallym on Web, HTML5, Mobile, Xamarin.iOS, Xamarin.Android, and Windows Azure.
-
Mobile Connections - Las Vegas, NV - I'll be there
I'm going to be at Mobile Connections in Las Vegas, NV. It runs from April 17-21. I'm travelling to Las Vegas, just in time for people to leave from Mix, on April 15 (in fact I'm suppossed to be taking off in 7 minutes). If you are a developer and in the Las Vegas, get ahold of me and come hang out with me and my friends over the weekend of April 15.
-
Mono for Android Interview with Michael Desmond of Visual Studio Magazine
I was honored to be interviewed by Michael Desmond of Visual Studio Magazine regarding the release of Mono for Android 1.0. The interview was done this morning and he already has it up on their site.
-
Turn-By-Turn Driving Directions in Android with Mono for Android (MonoDroid)
I needed to open some turn-by-turn directions in Android. I did the following with Mono for Android, and this code worked:
String url = String.Format("http://maps.google.com/maps?saddr={0},{1}&daddr={2}", lat, lon, dAddr);
Intent intent = new Intent(Android.Content.Intent.ActionView, Android.Net.Uri.Parse(url));
StartActivity(intent);
In this code, I needed to get some directions from the current latitude and longitude. -
My article on iPhone & iPad Programming for .NET/C# Developers with MonoTouch has been published
My article on iPhone & iPad Programming for .NET/C# Developers with MonoTouch has been published in the April, 2011 issue of DevPro Connections. I hope you enjoy it.
-
Mobile Connections - Las Vegas, NV - April 17-21
I'll be speaking at Mobile Connections in Las Vegas, NV. I'll be speaking on:
-
HTML5 Presentation from AnDevCon using ASP.NET Web Pages and Razor
Here is my presentation on HTML5 Applications from AnDevCon.
-
Code Project Mobile Virtual Conference with MonoDroid
I'm speaking on Wednesday at the Code Project Mobile Virtual Conference on the subject of Android Programming for .NET/C# Developers with MonoDroid. Check it out, I think its free. Hopefully, you'll find this helpful in your mobile pursuits.
-
Passing values between Activities using MonoDroid
Been doing some work in MonoDroid and found that I needed to pass a user entered value from on Activity to another Activity in MonoDroid. Here's how I did it.
-
iPhone Programming with MonoTouch article in DevConnections Magazine - April, 2011
As an FYI, my article on iPhone Programming with MonoTouch for DevConnections magazine has been submitted and edited. I'm really excited about this. It will coincide with my presentations at Mobile Connections in Las Vegas in April, 2011. If you are coming to Mobile Connections, please look me up while you are there, I'd love to meet you and discuss mobile technologies.
-
MonoDroid Article in Visual Studio Magazine
The February edition of Visual Studio magazine is now online. In it, my article regarding MonoDroid, the implementation of C# and .NET for Android devices, is online. I can't thank Michael Desmond enough for the opportunity. Its fitting now that Android is the most popular smartphone platform. This article is available online at: