Write a quick script for launching a new activity within your application.
Answers
Answered by
0
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);
Filed Under: Programming
Similar questions
India Languages,
5 months ago
Biology,
5 months ago
Hindi,
5 months ago
Math,
11 months ago
Biology,
11 months ago
Social Sciences,
1 year ago
English,
1 year ago