Login
Remember
Register
Ask a Question
An activity in Android can be launched using __________.
0
votes
asked
Mar 27, 2022
in
Xamarin Exordium
by
sharadyadav1986
An activity in Android can be launched using __________.
a) showScreen(Intent)
b) startActivity(Intent)
c) Both the options
d) None of the options
xamarin-android-activity
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 27, 2022
by
sharadyadav1986
b) startActivity(Intent)
An activity in Android can be launched using startActivity(Intent)
...