You can use below code to open an activity from fragment in Xamarin Android.Intent intent = new Intent(this.Activity, typeof(HomeDemo)) ...
確定! 回上一頁