Categories
|
Test: Summary of various tools installed with iPhone SDK 1. Which of the following is NOT true about Xcode?
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: Xcode is used to develop user interface of the applications Explanation The central tool of Xcode toolset is Xcode. This tool provides a way to:
Create and Manage Projects Write code via Source Code Editor Compile and Run applications Debug applications (GDB is used under the covers) Be the front-end for Source Code Management (SCM) system Launch Interface Builder for creating user interface Launch Instruments for the performance analysis
User interface for Mac OS X and iPhone applications is developed with Interface Builder. This tool is part of the Xcode suite of applications, but not part of Xcode itself. On the other hand debugging is provided with GDB (GNU Debugger), which is fully integrated into Xcode.Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 1 of 5
Test is Based on this Article
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 gives a quick overview of the development tools installed with iPhone SDK. These tools include Xcode, Interface Builder, Instruments, and iPhone Simulator. Dash Code, which is used to build web applications for iPhone is also introduced. GDB, the open source debugger, is discussed as well.
|
|
More Articles With Similar Tags
|
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.
|
This is a test on the article that looks at debugging Objective-C code of an iPhone application from Xcode. Debugging in Xcode can be performed from these four different places: Code Editor Window, Debugger Window, GDB Console, and Mini Debugger. This article goes through these four different ways.
|
|
|
|
|