mountain
Name: mountain
Score: 64.06
Last Seen: 675 days, 18 hours, 41 minutes ago
Member Since: 25 October, 2009
MonoTouch.Info
Upcoming Entries Submit New Entry atom rss
1
touches

MonoTouch Article - Building iPad applications using MonoTouch - the UISplitView

published 675 days, 12 hours, 43 minutes ago posted by mountainmountain 675 days, 18 hours, 41 minutes ago
Saturday, April 03, 2010 11:04:16 PM GMT Saturday, April 03, 2010 5:06:21 PM GMT
In this article Richard de Zwart (@mountain1965) writes about the UISplitView introduced with the iPad and creates a sample application that involves a map and a list of locations. He also provides the sources to download and play with yourself. (more)
category: Articles | clicked: 387 | comment | | source: lsd.luminis.nl
tags: Article, iPad, MonoTouch, Richard de Zwart, UISplitView
1
touches

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

published 742 days, 15 hours, 3 minutes ago posted by mountainmountain 743 days, 15 hours, 10 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: 111 | 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 801 days, 16 hours, 23 minutes ago posted by mountainmountain 803 days, 14 hours, 24 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: 142 | 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 826 days, 5 hours, 47 minutes ago posted by mountainmountain 826 days, 14 hours, 52 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: 150 | 2 comments | | source: lsd.luminis.nl
tags: .NET, Interface Builder, MonoTouch, Search