Question
QUESTION 9 In Objective-C methods, arguments are separated with which punctuation mark? colons (:) commas (,) semicolons (;) pipes (|) 2 points QUESTION 10 Which
QUESTION 9
-
In Objective-C methods, arguments are separated with which punctuation mark?
colons (:)
commas (,)
semicolons (;)
pipes (|)
2 points
QUESTION 10
-
Which of the following is NOT among the frameworks included in the Cocoa Touch layer?
Location services
User interface components
Map kit
Messaging kit
2 points
QUESTION 11
-
The iOS life cycle is simpler than Androids because an iOS app has a single entry point.
True
False
2 points
QUESTION 12
-
In an Android app, the four types of components that represent the entry point into your application are Activity, Service, Content Provider, and Broadcast Receiver.
True
False
2 points
QUESTION 13
-
Which function exists merely to call an iOS apps UIApplicationMain() function?
main()
init()
begin()
start()
2 points
QUESTION 14
-
Match the following life cycle methods to the appropriate platform.
- A. B. C. NavigatedFrom()
- A. B. C. application:didFinishLaunchingWithOptions:
- A. B. C. onRestart()
- A. B. C. onPause()
- A. B. C. Application_Closing()
- A. B. C. applicationWillTerminate
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started