Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Create a new Activity, and the simplest transition code is this (Java again, Xamarin is reluctant):
Intent intent = new Intent(this, MyActivity2.class);
this.startActivity(intent);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question