Solved

Which Statement Launches an Intent to Start an Activity Named

Question 14

Multiple Choice

Which statement launches an intent to start an activity named Tween?


A) startIntent (new Intent (MainActivity.this, Tween.class) ) ;
B) startActivity (new Intent (MainActivity.this, Tween.class) ) ;
C) startActivity (new Activity (MainActivity.this, Tween.class) ) ;
D) startIntent (new Activity (MainActivity.this, Tween.class) ) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions