Categories
|
Test Your Knowledge: Creation of First iPhone application explained
Summary
This test is based on the article that explains the creation of an iPhone application. Article includes screenshots. It goes through choosing a template to base the iPhone application on and proceeds to explaining the basic contents of the project and compiling and running it.
|
Table of Contents
Creating a new iPhone project Using a Template for the iPhone application Figure 1. iPhone New Project Template Dialog Box. The iPhone OS has a smaller set of templates compared to building applications for Mac OS X. A Navigation-Based Application Figure 2. First iPhone Application. By default this project and its content are saved into the Documents folder (which, of course, can be changed) The Project Window Figure 3. The project window. It contains a navigation section of Groups and Files on the left, a detail window at the top and a code / editor window at the bottom. Compiling the iPhone Application Figure 4. The compiled iPhone application in the simulator. This is a Navigation Based Application; hence it has a navigation bar at the top and a TableView. Since no data has been added, this view is empty. Figure 5. The default icon for iPhone First App is in the main screen of iPhone. Since no special icon is made for this application, an empty/default white icon is shown.
|
Review Answers for Questions in this Test
|
|
|
Bookmark and Share This
|
|
More Articles With Similar Tags
|
This is a test on the article that gives a quick overview of the development tools installed with iPhone SDK. These tools include Xcode, Interface Builder, Instruments, and iPhone Simulator. In the article, Dash Code, which is used to build web applications for iPhone is also introduced. GDB, the open source debugger, is discussed there as well.
|
This article discusses various parts of the Project window inside an Xcode project. It also gives a quick overview of the Groups and Files navigation window. The Run menu, the default toolbar, and the built-in source editor are also discussed.
|
This is a test on the article that discusses various parts of the Project window inside an Xcode project. It also gives a quick overview of the Groups and Files navigation window. The Run menu, the default toolbar, and the built-in source editor are also discussed.
|
This article explains the user interface files of an iPhone application. Explains the contents of the .xib files, which store the user interface. Goes through the various windows (Document Window, User Interface Window, Inspector Window, Library Window, Connections Panel) of the Interface Builder. The example used is a simple navigation-based iPhone application.
|
This is a test on the article that explains the user interface files of an iPhone application. It explains the contents of the .xib files, which store the user interface. Goes through the various windows (Document Window, User Interface Window, Inspector Window, Library Window, Connections Panel) of the Interface Builder. The example used is a simple navigation-based iPhone application.
|
|
|
|
|