MCQs > IT & Programming > Android > You have created an AboutActivity class that displays details about your app. Which code snippet allows you to launch your activity?

Android MCQs

You have created an AboutActivity class that displays details about your app. Which code snippet allows you to launch your activity?

Answer

Correct Answer: Intent(this, AboutActivity::class.java).also { intent -> startActivity(intent) }

Explanation:

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

Android Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Android Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it