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);
Click here to see the full blog post
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);
Click here to see the full blog post