| Code Jim: Monotouch: Beginnings - Simple Navigation in monotouch
A friend and I have just started an iPhone development project. We're using MonoTouch and so far its been brilliant. The initial learning curve is steep - for me anyway - so I thought I'd blog about the things I've learnt so that others starting might avoid the same road blocks.
Today I discovered how navigation works on the iPhone, well one way it works...
Main.cs
When creating your projects there's a number of paths you can take, I generally use the iPhone Window-Based Project solution becau...
source: codejim.blogspot.com
|
| MonoTouch Article - Building iPhone applications using MonoTouch, How To: using a view without a controller
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...
source: lsd.luminis.nl
|




