Opening another application on the iPhone using NSUrl

NSUrl ns = new NSUrl(prot + first + sec.Trim()); if (!UIApplication.SharedApplication.OpenUrl(ns))             {                 var av = new UIAlertView("Badness happened"                     , "The scheme '" + prot + "' is not supported on this device.",                     null, "Ok thanks", null);                 av.Show();             } via morewally.com Posted via web from solution revolution

Continue Reading

UIPicker in the iPhone with MonoTouch

via morewally.com The UIPicker with MonoTouch Posted via web from solution revolution

Continue Reading

Build iPhone apps with C# and run on the iPhone

via morewally.com Posted via web from solution revolution

Continue Reading

The Best iPhone Apps Of 2009 (Appvee Edition)

via techcrunch.com Posted via web from solution revolution

Continue Reading

CodeProject: A simple XMPP-client based on Workflow Foundation. Free source code and programming help

via codeproject.com Posted via web from solution revolution

Continue Reading