Browse by Tags
All Tags »
C# (
RSS)
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...
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.
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...
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.
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...
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...
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...
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...
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!
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...
More Posts
Next page »