0 votes
74 views
in android by (0 points)
closed by
You have created an AboutActivity class that displays details about your app. Which code snippet allows you to launch your activity?

a. Intent(this, AboutActivity::class).also { intent -> startService(intent)}
b. Intent(this, AboutActivity::class.java).also { intent -> startActivity(intent)}
c. Intent(this, AboutActivity::class).also { intent -> activity(intent)}
d. Intent(this, AboutActivity::class).also { intent -> startActivity(intent)}
closed

1 Answer

0 votes
by (0 points)
 
Best answer
b

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...