Follow me on Twitter at Twitter.com/wbm
FYI, I'm blogging most of my stuff over at More Wally now.
You might want to add my rss feed to your reader at:http://morewally.com/cs/blogs/wallym/rss.aspx
C# - Wallace B. McClure

Wallace B. McClure

All About Wally McClure - The musings of Wallym on MonoTouch for iPhone, MonoDroid for Android, and Windows Azure.

News

Personal Blog

Work Blog

.NET

Book Authors

Business

Family

Friends

Georgia Tech Bloggers

Personal

Archives

Browse by Tags

All Tags » C# (RSS)
Another one is "In the books" - Professional Mono for Android is now AR complete
And with the upload to my editor at Wiley/Wrox , the book known as "Professional Android Programming with Mono for Android and .NET/C# " is now Author Review Complete, barring any slip ups on my part. Its always a great feeling to get these things done...
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...
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. In my sending Activity, I need to take some user user entered data and send it to my second...
Posted: Feb 08 2011, 10:00 AM by Wallym | with 1 comment(s)
Filed under: , , ,
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...
MonoDroid is publically available
The ability to program Android devices in C# using many of the libraries that you are already familiar with is rather cool. You may/not have heard about MonoDroid, which is an implementation of the Mono Framework, for Android. It has been in a closed...
Putting a Point on a Map in the iPhone
I wrote the following code to put a point on a map on the iPhone. It works pretty well. Basically, I draw a map, then I inherit from the MKAnnotation object and create a new constructor, go out to geocoder and get a lat lon to senter the map on, and finally...
Thanks
I wanted to thank everyone that purchased a copy of my MonoTouch ebook . I got an email from my editor at Wrox last week and he saiys that sales are going very well. I think mobile is finally panning out!
Posted: Dec 21 2009, 08:00 AM by Wallym | with no comments
Filed under: , , ,
My MonoTouch ebook is out - Build iPhone apps with C# and run on the iPhone
My MonoTouch ebook is out. This Wrox Blox is for .NET developers who want to learn to develop for the iPhone with C# using MonoTouch and MonoDevelop on the Mac. The iPhone is the smartphone leader in mindshare and the amount of money spent on applications...
Posted: Dec 01 2009, 12:30 PM by Wallym | with no comments
Filed under: , , , ,
More Posts Next page »