iftekharahmedamit
Name: iftekharahmedamit
Score: 14.06
Last Seen: 847 days, 8 hours, 3 minutes ago
Member Since: 13 October, 2009
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
3
touches

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

published 870 days, 4 hours, 56 minutes ago posted by https://me.yahoo.com/a/0Wn3RXst3_FLomRwN9cq2hBWr3njNvL0Wn3u#948dbhttps://me.yahoo.com/a/0Wn3RXst3_FLomRwN9cq2hBWr3njNvL0Wn3u#948db 870 days, 9 hours, 17 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, 2 minutes ago posted by http://brentschooley.com/http://brentschooley.com/ 870 days, 19 hours, 16 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, 3 minutes ago posted by adminadmin 876 days, 15 hours, 16 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, 2 minutes ago posted by mtimti 890 days, 3 hours, 30 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, 2 minutes ago posted by mtimti 890 days, 2 hours, 58 minutes 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, 2 minutes ago posted by mtimti 889 days, 4 hours, 26 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, 2 minutes ago posted by mtimti 888 days, 18 hours, 57 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
4
touches

MonoTouch Sample - Exploring MonoTouch with Tripy - Part 1

published 852 days, 7 hours, 36 minutes ago posted by https://www.google.com/accounts/o8/id?id=AItOawliTomOCQlZ4_vKWdhQqyTGpamOY9F8qMIhttps://www.google.com/accounts/o8/id?id=AItOawliTomOCQlZ4_vKWdhQqyTGpamOY9F8qMI 852 days, 15 hours, 57 minutes ago
Thursday, October 08, 2009 7:16:45 PM GMT Thursday, October 08, 2009 10:56:10 AM GMT
Learn MonoTouch with Tripy, a vacation/trip organizer. This is an ongoing project so there will be regular updates as I progress. The following features are included: 3 (table)views are available (list of trips, overview of a trip, details of a trip item) use of UINavigationController different examples to wire up a table view to its UITableViewDataSource and UITableViewDelegate, this also includes a custom UITableViewController custom UITableViewCell created in Interface Builder dummy data (no... (more)
category: Samples | clicked: 288 | 1 comment | | source: blog.hill-it.be
tags: MonoTouch, Sample, UITableView
2
touches

MonoTouch Library - Catnap - Object Relational Mapper (ORM)

published 850 days, 19 hours, 52 minutes ago posted by mtimti 851 days, 5 hours, 13 minutes ago
Saturday, October 10, 2009 7:01:15 AM GMT Friday, October 09, 2009 9:40:23 PM GMT
Tim Scott has started a project on google code to provide a lightweight object relational mapper for MonoTouch developers. The project is still in the early stages but it is great to have these libraries cropping up to help MonoTouch developers! (more)
category: Libraries | clicked: 347 | comment | | source: code.google.com
tags: C#, Library, MonoTouch, Opensource, ORM, SQLite
5
touches

MonoTouch Podcast - Herding Code 62 - MonoTouch with Miguel de Icaza and Geoff Norton

published 848 days, 3 hours, 34 minutes ago posted by mtimti 848 days, 17 hours, 56 minutes ago
Monday, October 12, 2009 11:19:24 PM GMT Monday, October 12, 2009 8:57:04 AM GMT
In this episode of Herding Code, Jon and Scott Koon pair up with Miguel de Icaza and Geoff Norton of the Mono Project and discuss MonoTouch:Jon asks Geoff Norton, engineering lead on the MonoTouch project and founder of the Cocoa# and Objective-C# projects, to give the elevator speech about MonoTouch and why one might choose it over other iPhone development tools. (more)
category: Podcasts | clicked: 98 | comment | | source: herdingcode.com
tags: Geoff Norton, Herding Code, Miguel de Icaza, MonoTouch, Podcast
Previous 1 2 Next