Browse by Tags - MoreWally.com
in

MoreWally.com

Giving people what they want, More Wally. This is the technical and personal blog site of
Wallace B. (Wally) McClure.
All Tags » mobile (RSS)

Browse by Tags

  • 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 any application that is unresponsive for longer...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 01-07-2010
  • One thing I don't like about MonoTouch applications

    With .NET, executables are fairly small. Every application shares the .NET Framework, so the applications don’t have their own copy of the framework. MonoTouch is not built into the iPhone. MonoTouch applications must have their own copy of the framework. MonoTouch is compiled into your application....
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 01-06-2010
  • 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 can have apps on the iPhone? Have you...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 01-05-2010
  • UIAlertView - the alert box for the iPhone

    There are times when the user needs to be presented with some information or question. MonoTouch has a UIAlertView object. The UIAlertView is instantiated with a set of parameters. On the object instance, the .Show() method is called. For .NET developers, this is similar in concept to the .NET MessageBox...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 01-04-2010
  • 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 the URL scheme is called. Note that different...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 01-01-2010
  • 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 box. Programming with it is fairly simple. Inherit...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 12-31-2009
  • 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 that will talk back to the debugging device...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 12-30-2009
  • 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, I put a point in the center of the map. I've...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 12-29-2009
  • .NET Talks in 2010

    I've worked up the following talks for 2010. If you are interested, get ahold of me. Contacting me through LinkedIn and Twitter are the best. iPhone Development for .NET/C# Developers. The iPhone is the smartphone leader in mindshare and the amount of money spent on applications. This lead in money...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 12-28-2009
  • 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 the lines of "You are f***ing kidding."...
    Posted to More Wally - Wallace B. McClure (Weblog) by wallym on 12-28-2009
Page 1 of 2 (17 items) 1 2 Next >
2006 - Wallace B. McClure
Powered by Community Server (Non-Commercial Edition), by Telligent Systems