0 votes
in Xamarin Exordium by
An activity in Android can be launched using __________.

a) showScreen(Intent)

b) startActivity(Intent)

c) Both the options

d) None of the options

1 Answer

0 votes
by
b) startActivity(Intent)

An activity in Android can be launched using startActivity(Intent)
...