mountain
Name: mountain
Score: 49.06
Last Seen: 40 days, 3 hours, 51 minutes ago
Member Since: 25 October, 2009
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

MonoTouch Article - Building iPhone applications using MonoTouch, How To: using a view without a controller

published 44 days, 5 hours, 18 minutes ago posted by mountainmountain 45 days, 5 hours, 24 minutes ago
Tuesday, January 26, 2010 8:44:19 PM GMT Monday, January 25, 2010 8:37:24 PM GMT
Of course, a view without a controller is not very useful in itself, but in this post I want to show you how I solved a small re-usability problem. I’m working on a small open-source project on Codeplex that aims to build a player for the Hanselminutes podcasts. It is nothing very special, but it gives me a nice playground to find out new stuff. So there is a “Loading playlist” message and a “Buffering audio” message displayed at the appropriate moments. You can do that in a lot of ways, but in this a... (more)
category: Articles | clicked: 68 | comment | | source: lsd.luminis.nl
tags: Article, MonoDevelop, Nib, view
2
touches

MonoTouch Article - Building iPhone applications using MonoTouch, part 5: software design considerations

published 103 days, 6 hours, 38 minutes ago posted by mountainmountain 105 days, 4 hours, 39 minutes ago
Saturday, November 28, 2009 7:23:54 PM GMT Thursday, November 26, 2009 9:22:47 PM GMT
In the previous 4 posts (4, 3, 2, 1) I gave a lot of attention to the overall structure of an iPhone application. In this post I want to talk about a topic that is more concerned with general software design issues: where do I do what? (more)
category: Articles | clicked: 126 | comment | | source: lsd.luminis.nl
tags: Design Patterns, iPhone, MonoTouch, SOLID
3
touches

MonoTouch Article - Building iPhone applications using MonoTouch, part 4: the UISearchDisplayController

published 127 days, 20 hours, 2 minutes ago posted by mountainmountain 128 days, 5 hours, 7 minutes ago
Wednesday, November 04, 2009 5:59:49 AM GMT Tuesday, November 03, 2009 8:54:48 PM GMT
This is part 4 in a series on iPhone apps for beginners. In my previous post I wrote about the Interface Builder and things like outlets. Last night (with the help of some colleagues) I cracked one of the more advanced Classes in the Interface Builder: the UISearchDisplayController. (more)
category: Articles | clicked: 74 | 2 comments | | source: lsd.luminis.nl
tags: .NET, Interface Builder, MonoTouch, Search
11
touches

MonoTouch Video - Getting started with MonoTouch

published 172 days, 10 hours, 10 minutes ago posted by http://brentschooley.com/http://brentschooley.com/ 172 days, 18 hours, 25 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: 227 | 1 comment | | source: www.codesnack.com
tags: Beginner, C#, codesnack, gettingstarted, IB, Install, MonoTouch, screencast, Video