views:

16

answers:

1

What are utility applications & how to use them in Iphone.

Plz give me some link for starting with utility application(tutorial & implementation).
Thanks.

A: 

The utility app template is a template which is useful for apps which require fairly simple user interaction by default. Here is the definition from the Apple Getting Started guide. I hope that helps.

"Utility Application. An application that implements a main view and lets the user access a flip-side view to perform simple customizations. The Stocks application is an example of a utility application."

You might find this example useful as an example...

http://wh1t3s.com/2010/05/27/iphone-utility-app-with-eaglview-on-flipside/

Cheers,

Kevin

Kevin Horgan
Thanks for replying.