Essay
We are coding inside an Activity class. Write the code inside the goToSecondActivity method so that we start a new activity from the MyActivity class.
public void goToSecondActivity( View v )
{
// Your code goes here
}
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q90: We have already obtained a SharedPreferences.Editor reference
Q91: The DB class extends SQLiteOpenHelper. The name
Q92: Inside an activity element of the AndroidManifest.xml
Q93: We can use the _ method of
Q94: Assuming that a Logcat filter is already
Q96: You are creating a menu. Add two
Q97: Inside the onCreate method, we created a
Q98: Inside MainActivity, we coded a private class
Q99: Inside the onCreate method, fill in the
Q100: Inside a RelativeLayout element, write the code