Home » 
        MCQs » 
        Xamarin MCQs
    
        
    When the action begins and becomes visible to the user, this process is known as ____?
    
    
    
	15. When the action begins and becomes visible to the user, this process is known as ____?
    
      - onCreate 
 
      - onStart 
 
      - onResume 
 
      - onRestart
 
    
    Answer: B) onStart
    Explanation:
    When the action begins and becomes visible to the user, it is termed as onStart process.