I have an iPhone app that is very data driven - it basically consists of a
tab control with 5 tabs, each containing a navigation controller that allow
you to drill down through a LOT of different table views.  It's an
insurance application, so there is a lot of actuarial information.  A
typical workflow in my app is to drill through about 9 different table
views, selecting criteria (year, state, county, etc) to finally display a
detailed view about pricing.

This works pretty well on the phone - the display is only so big, so I'm
limited to what I can display on each screen.

Now, I'm starting to look at how to translate all of this into an iPad
version of the app.  My brain has kind of vapor-locked over how to best
approach this.  The iPad is much bigger, so I can fit more on the screen,
but it seems like Apple really haven't provided much iPad specific UI
(split view, popovers) to help take advantage of it.

I guess what I'm looking for is suggestions of other apps to look at that
are heavily data driven but really take advantage of the bigger design
surface of the iPad.  Or, are there any good blogs/books/etc that are worth
reading to help spur my imagination?

thanks - Jason
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to