MCQs > IT & Programming > Android Programming > What's the output? Intent intent = new Intent(A.this, B.class); startActivityForResult(intent , -1);

Android Programming MCQs

What will be the result of this intent? Intent intent = new Intent(A.this, B.class); startActivityForResult(intent , -1);

Answer

Correct Answer: call startActivity() from Activity A

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Android Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Android Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it