Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. Which component is not activated by an Intent?
Correct Answer is : Activity
2. Which of the following are true about PhoneStateIntentReceiver.notifyPhoneCallState?
Correct Answer is : NotifyPhoneCallState has to be called if your application wishes to receive a notification about an incoming phone call.
3. Suppose MyView is a class derived from View and mView is a variable of type MyView. Which of the following should be used to display mView when the Android application is started?
Correct Answer is : Call setCurrentView(mView) in the startApp() of the main application class.
4. Which of the following are true about PhoneStateIntentReceiver.notifyPhoneCallState?
Correct Answer is : NotifyPhoneCallState has to be called if your application wishes to receive a notification about an incoming phone call.
5. Which of the following can be used to handle commands from menu items in an Android application?