0
私はVolley Requestsを作成しているコントローラを持っていますが、インターネット接続が利用できない場合はコードを処理しないようにしたいので、インターネット接続使用できません。また、接続を確認するためのボタンがあります。接続があれば、ダイアログは閉じられます。whileループがあるとダイアログのフラグメントが表示されない
ここに私のコードです:
if(!CheckInternetConnection.getInstance(context).isOnline()){
NoInternetConnection noInternetConnection=new NoInternetConnection();
noInternetConnection.setContext(context);
noInternetConnection.show(fragmentManager,"NoInternetConnection");
while (!CheckInternetConnection.getInstance(context).isOnline());
}
注私はwhileループ、ダイアログが起動しますが、私はそれが接続