Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はプログラミング初心者で、別のページを作成し、メイン ページのボタンをタップして新しいページにアクセスできるようにする方法を理解するのに苦労しています。
必要に応じて Xamarin の場合
Xamarin インテント
このような
menu.Click += delegate { var intent459 = new Intent(this, typeof(MenuTopActivity)); StartActivity(intent459); };