Home »
MCQs »
Xamarin MCQs
When the activity is first formed, which of the following process is invoked?
14. When the activity is first formed, which of the following process is invoked?
- onCreate
- onStart
- onResume
- onRestart
Answer: A) onCreate
Explanation:
When the activity is first formed, onCreate process is invoked.