-1
写真にあるように、xamarin androidで進行スピナーを作成するにはチュートリアルまたはコードが必要です。あなたは、レイアウト上のスピナー持つようにしたい場合は、https://developer.xamarin.com/api/type/Android.App.ProgressDialog/xamarin androidで進行スピナーを作成する方法
そうでない場合:
写真にあるように、xamarin androidで進行スピナーを作成するにはチュートリアルまたはコードが必要です。あなたは、レイアウト上のスピナー持つようにしたい場合は、https://developer.xamarin.com/api/type/Android.App.ProgressDialog/xamarin androidで進行スピナーを作成する方法
そうでない場合:
はあなたがスピンナーでダイアログを表示することができますXamarin.Androidため
ProgressDialog
制御している場合https://forums.xamarin.com/discussion/72880/how-can-i-display-a-spinning-wheel-loading-indicator-while-loading-a-webview
をI正しく理解するには、ProgressBar
を作成し、indeterminate
プロパティをtrue
に設定する必要があります。
こんにちは、これは助けになるかもしれません - https://developer.xamarin.com/recipes/ios/standard_controls/popovers/display_a_loading_message/ – bukajcihaj