We are going to define view-base application template that we use in the application. We will see how the view and controller objects work together in an iPhone application.
In this application ,we will learn how to retrieve and set specific file/directory attributes. We have been specifying nil for the dictionary attributes of files and directories, specifiy a dictionary which provides attributes that are different from the default.We can alter the attributes of a file system object after it has been created.
The iPhone by Apple allows users to send email from wherever they are at least from any location that receives a wireless Internet signal. You no longer need to be at your computer in order to communicate with your friends and family via email. Using this application we can easily send email from the iPhone.
We crate here a files in the application’s Home directory. To make things interesting, we load a web page from the Internet using the http protocol and store that html file in tmp. After that, we use a web view to load the html from the tmp directory and present it to user. We will see, these tasks can be easily achieved using the rich APIs available.
Every iPhone application has one UIApplication. UIApplication is an IPhone application’s starting point and is responsible for initializing and displaying your application’s UIWindow. It is also responsible for loading your application’s first UIView into the UIWindow. UIApplication has managing your application’s life cycle. UIApplication fulfils this management responsibility using a delegate called UIApplicationDelegate.
The iPhone has a built-in camera and nifty application called photos to help you to manage all those awesome pictures you’ve taken . Your programs can use the built-in camera to take pictures and your your program can also allow the user to select picture from among the photos already on the iPhone. The both camera and image library are made available to your application by way of an image picker.
This application is a simple drawing, touch handling, and animation using UIKit and Core Animation. A touch inside a placard animates it in two ways: Its transform is changed such that it appears to pulse, and it is moved such that its center is directly under the touch.
This is the simple example of SnapShow. We are using a UIScrollView and UIImageViews in this application.
This application display the time on the simulator . Its a very simple example.
This is a simple application MovingBall. In this application Balls are moving on the screen.
This is the Web Page Display application. We are showing you how to display web page on iphone. Its very easy to use in application.
This is a temperature calculation application. Its very simple example. In our application we input tempature value and it convert into fahrenheit value as well as celsius value.
We create a small project using NSTimers.Its simple to use in a application. For random movement we are use timer.





