Join Examsbook
885 0

Q: Write a quick script for launching a new activity within your application.

  • Show AnswerHide Answer
  • Workspace

Answer :
Explanation :

An explicit intent explicitly defines the activity the developer wishes to start.  Script code : Intent myIntent = new Intent(this, MyNewActivity.class); startActivity(myIntent);

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully