admin
Name: admin
Score: n/a
Last Seen: 71 days, 3 hours, 36 minutes ago
Member Since: 12 August, 2009
Role:
Administrator
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

MonoTouch Article - iPhone Does .NET

published 496 days, 6 hours, 41 minutes ago posted by adminadmin 497 days, 5 hours, 29 minutes ago
Wednesday, September 29, 2010 8:13:18 PM GMT Tuesday, September 28, 2010 9:25:29 PM GMT
In my last entry I described how I began the process of developing a game for iOS. Now, I'm going to continue that story with what's changed since 1 and ½ years ago when I started. (more)
category: Articles | clicked: 989 | comment | | source: blog.qythyx.com
tags: Article, MonoTouch
1
touches

MonoTouch News - MonoTouch Roadmap added to MonoTouch.Net Website

published 708 days, 3 hours, 59 minutes ago posted by adminadmin 709 days, 9 hours, 29 minutes ago
Monday, March 01, 2010 10:56:04 PM GMT Sunday, February 28, 2010 5:25:36 PM GMT
Originally there was a roadmap and then at some point it disappeared (although you could still find it via google cache). It looks like the roadmap was added to the MonoTouch.Net wiki on the 25th of Feb and I like what I'm reading :) It gives some idea of when we may start to see Silverlight/Moonlight with MonoTouch and when MonoDroid may start making an appearance. Looking forward to it. I think being able to build the UI in Silverlight and re-use across MonoDroid, MonoTouch etc will be a great selling ... (more)
category: News | clicked: 277 | comment | | source: monotouch.net
tags: MonoDroid, MonoTouch, Moonlight, News, Roadmap, Silverlight
1
touches

iPhone Website - Urban Airship - Easy-to-use push notification and In App Purchase services for iPhone applications

published 781 days, 18 hours, 23 minutes ago posted by adminadmin 782 days, 3 hours, 6 minutes ago
Friday, December 18, 2009 8:31:43 AM GMT Thursday, December 17, 2009 11:48:50 PM GMT
Push Notifications & In App Purchase with No Hassle. Urban Airship allows you to get up and running with push notifications and in app purchases. They take care of the server infrastructure, scaling, and monitoring and give developers a free quota before they charge so it may be worth investigating if this is something you wish to do with your app. (more)
category: Websites | clicked: 600 | comment | | source: urbanairship.com
tags: In App Purchase, iPhone, MonoTouch, Push Notification, Services, Website
3
touches

MonoTouch Article - UINavigationController with MonoTouch - Building a simple RSS reader - Part 2

published 870 days, 4 hours, 57 minutes ago posted by https://me.yahoo.com/a/0Wn3RXst3_FLomRwN9cq2hBWr3njNvL0Wn3u#948dbhttps://me.yahoo.com/a/0Wn3RXst3_FLomRwN9cq2hBWr3njNvL0Wn3u#948db 870 days, 9 hours, 19 minutes ago
Sunday, September 20, 2009 9:57:33 PM GMT Sunday, September 20, 2009 5:35:44 PM GMT
This is the second part of a two-part tutorial showing you how to create a simple RSS Reader application for the iPhone using C# and MonoTouch. The application will use a UINavigationController to navigate back and forth between a news list (in a UITableView) and a second view showing more details about the news article that the user selects. (more)
category: Articles | clicked: 127 | comment | | source: www.alexyork.net
tags: Article, MonoTouch, Rss, Tutorial, UINavigationController
11
touches

MonoTouch Video - Getting started with MonoTouch

published 870 days, 11 hours, 3 minutes ago posted by http://brentschooley.com/http://brentschooley.com/ 870 days, 19 hours, 17 minutes ago
Sunday, September 20, 2009 3:51:23 PM GMT Sunday, September 20, 2009 7:37:22 AM GMT
This is a new high quality screencast from Brent Schooley at http://codesnack.com. Since some of the concepts of developing for the iPhone platform will be foreign to the .NET developer, I thought it would be a good idea to create a screencast that eased them into the process. The screencast walks through installing MonoTouch and implementing Hello iPhone. Core Interface Builder concepts will be covered in detail. (more)
category: Videos | clicked: 419 | 1 comment | | source: www.codesnack.com
tags: Beginner, C#, codesnack, gettingstarted, IB, Install, MonoTouch, screencast, Video
3
touches

MonoTouch Sites - The official MonoTouch Website

published 876 days, 8 hours, 5 minutes ago posted by adminadmin 876 days, 15 hours, 18 minutes ago
Monday, September 14, 2009 6:49:51 PM GMT Monday, September 14, 2009 11:37:08 AM GMT
This is the official MonoTouch website created by Novell to provide information related to MonoTouch, pricing information and the option to purchase MonoTouch. (more)
category: Websites | clicked: 267 | comment | | source: monotouch.net
tags: MonoTouch, Site, V1
4
touches

MonoTouch Library - Json.NET

published 885 days, 4 hours, 4 minutes ago posted by mtimti 890 days, 3 hours, 32 minutes ago
Saturday, September 05, 2009 10:51:07 PM GMT Monday, August 31, 2009 11:23:11 PM GMT
Json.NET library makes working with JSON formatted data in .NET simple. Key features include a flexible JSON serializer to for quickly converting .NET classes to JSON and back again, and LINQ to JSON for reading and writing JS. According to redth seems to work on MonoTouch if you compile with PocketPC and SILVERLIGHT symbols. (more)
category: Libraries | clicked: 1018 | comment | | source: www.codeplex.com
tags: C#, JSON, Library, MonoTouch
3
touches

MonoTouch Article - MonoTouch Framework Class Diagram

published 885 days, 4 hours, 4 minutes ago posted by mtimti 890 days, 3 hours ago
Saturday, September 05, 2009 10:51:07 PM GMT Monday, August 31, 2009 11:55:12 PM GMT
Blog post by Craig Dunn - VisualStudio 2008 class diagram of MonoTouch.Foundation and MonoTouch.UIKit namespaces from MonoTouch Framework (using Silverlight DeepZoom). Please note you will need Silverlight installed in order to see this class diagram. (more)
category: Articles | clicked: 200 | comment | | source: conceptdevelopment.net
tags: API, Article, C#, Craig Dunn, MonoTouch, MonoTouch.Foundation, MonoTouch.UIKit, V1 Beta
3
touches

MonoTouch Article - iPhone - Asynch Http Web Request

published 885 days, 4 hours, 4 minutes ago posted by mtimti 889 days, 4 hours, 28 minutes ago
Saturday, September 05, 2009 10:51:07 PM GMT Tuesday, September 01, 2009 10:26:38 PM GMT
A blog post by Wallace B. McClure takes some .NET code from Visual Studio and builds it with MonoDevelop. It runs perfectly on the simulator but Wallace points out that running on the simulator doesn't guarantee it will run on a physical iPhone or iPod Touch. This entry as the title suggests gives an example of using HttpWebRequest. (more)
category: Articles | clicked: 602 | comment | | source: morewally.com
tags: Article, C#, HttpWebRequest, MonoTouch, V1 Beta
4
touches

MonoTouch Video - MonoTouch meet UITableView

published 885 days, 4 hours, 4 minutes ago posted by mtimti 888 days, 18 hours, 59 minutes ago
Saturday, September 05, 2009 10:51:07 PM GMT Wednesday, September 02, 2009 7:56:16 AM GMT
A blog post by Simon where he shows you how to build an app with a UITableView. This is the most common control most applications make use of so it is great to have an introductory video to help you get started. (more)
category: Videos | clicked: 774 | comment | | source: simon.nureality.ca
tags: C#, IPhone/IPod Touch, MonoTouch, UITableView, V1 Beta, Video