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
iphone - 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 » iphone (RSS)
Status of Monotouch and Mono for Android #monotouch #monodroid
It looks like Xamarin is now the official stewards (once again) of Mono, Monotouch, Mono for Android, Visual Studio Tools for Mono and associated Mono tools . This is really good news for us in the developer world. There is now official support in the...
Mobile Luncheon and Discussion at New Horizon's on May 11, 2011
I'll be leading a discussion at New Horizon's Computer Learning Center here in Knoxville, TN on Mobile Application Development. I'm very excited about this. Here's a description: EVENT DESCRIPTION: This presentation will provide attendees with an overview...
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...
Posted: Feb 07 2011, 09:00 AM by Wallym | with no comments
Filed under: ,
Wrapping your WCF Responses
I've got a WCF web service that exposes its data over REST. I'm calling it from iPhone and Android. The method signature is something like: [WebInvoke(UriTemplate = "/UserValidate", Method = "POST", BodyStyle = WebMessageBodyStyle.Wrapped, RequestFormat...
Mobile Connections in Las Vegas April 17-21
I'll be speaking at Mobile Connections in Las Vegas. The event is April 17-21. The event is a cross platform mobile event. There will be sessions on iOS, Android, WP7, Blackberry, and cross platform tools. The sessions I am speaking on are: Introduction...
ASP.NET Podcast Show #148 - ASP.NET WebForms to build a Mobile Web Application
Check the podcast site for the original url. This is the video and source code for an ASP.NET WebForms app that I wrote that is optimized for the iPhone and mobile environments. Subscribe to everything . Subscribe to WMV . Subscribe to M4V for iPhone...
Universal iPhone/iPad Apps?
The article at http://www.neowin.net/news/what-the-ipad-beta-sdk-revealed-so-far The article talks about a universal application binary format. I take it that this means that it will be possible to include a native executable for the iPhone and iPad in...
Posted: Feb 28 2010, 08:23 PM by Wallym | with no comments
Filed under: ,
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...
More Posts Next page »