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
mobile development - 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 » mobile development (RSS)
Learn iPhone Programming for Free with Wrox, Novell, and McClure
Are you a .NET Developer wanting to get into developing on the Apple iPhone and iPad? Learn iPhone Programming for Free with Wrox, Novell, and McClure. Wrox/Wiley has released Wallace McClure’s Wrox Blox on Novell’s MonoTouch for free. The MonoTouch Wrox...
The iPhone 20 second rule
If you didn't know it, the iPhone has two twenty second rules that developers need to pay attention to: The iPhone has a startup timer. If an application takes longer than 20 seconds to start up, it is killed by the iPhone OS. The iPhone OS will kill...
Safari and WebKit Development for iPhone OS 3.0
I bought this book a few weeks ago. I've been reading it and trying to absorb the features in the iPhone's version of Safari. I'm impressed. This book contains a huge amount of information about Safari on the iPhone. So, why is this important when you...
Opening another application on the iPhone using NSUrl
The NSUrl class is what allows an application to open other applications within the iPhone OS while passing parameters. The calling sequence is fairly simple. There are two steps to making this call: 1. When the NSUrl class is instantiated, a string representing...
UIPicker in the iPhone with MonoTouch
The UIPicker is visually different than the drop down listbox that most .NET developers are familiar, however, it is designed to perform the same type of function. It allows users to select from a fixed set of data isntead of typing in data in a text...
The Mono / MonoTouch Soft Debugger
Honestly, I thought that it was really cool when the Novell guys put a soft debugger into Mono/MonoTouch so that it is possible to debug an application running on the iPhone Simulator or on the actual device. Basically, its a set of code inside of MonoTouch...
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...
.NET Talks in 2010
I've worked up the following talks for 2010. If you are interested, get ahold of me. Contacting me through this blog, LinkedIn , and Twitter are the best. iPhone Development for .NET/C# Developers. The iPhone is the smartphone leader in mindshare and...
My thoughts on MonoTouch as we enter 2010
What a wild and crazy last 6 months its been for my personal development direction. I've always been excited about mobile development. Every couple of years, I ask somebody at Wrox about a book on mobile development. Every time, the response is along...
More Posts