Bro I used this code and it's working But I convert Website to App when internet is off it will show wen page is not available it shouldn't show instead of this I need what u done now that one so what I should do Bro please help me only one problem about this Please tell me how to solve this
The no internet dialogue is shown only when the app started, if the internet is off after the app loads and click on any link then the dialogue does not show, please fix the issue for web view app
@@YourDeveloperHere retry par click karne par app close nahi honi chahiye balki connection check karna chaiye. agar connection available ho to app continue honi chahiye. plz help
@@saurabhtulsyan4855 finish ko remove kr do and fir se is online wali method call lr do => if (isNetworkConnected()) { noInternet.dismiss(); } else { Toast.makeText(this, "Please Connect your Mobile with Network", Toast.LENGTH_SHORT).show(); return; }
Nice video brother thankyou so much 🙏🏼🙏🏼🙏🏼
welcome
vai kotlin main kaise kare ??
Bro I used this code and it's working But I convert Website to App when internet is off it will show wen page is not available it shouldn't show instead of this I need what u done now that one so what I should do Bro please help me only one problem about this Please tell me how to solve this
Video Quality is very low(360p) 😢
Well
Thanks ❤
Nice 👍
Thanks
aur ye code app start se pahle kam karega but app ke beech me internet off ho gaya tab kaise dialog ayega?
bhai ji....ise kaise solve karenge?
Yes I am also facing the same problem please give solution for this one
bhai ji....app ke beech me internet off hone par kaise karenge ?
brocast recvier use kr k ,
The no internet dialogue is shown only when the app started, if the internet is off after the app loads and click on any link then the dialogue does not show, please fix the issue for web view app
Want source code
Network Info is deprecated. Have any other method?
Yes it's Deprecated But it's Working i use it in every Project
@@YourDeveloperHere Sorry, I'm newbie. Can you make a video about applying this method for WebView app?
@@MrGedanggoreng You Can use Same Method for Web View also
@@YourDeveloperHere You shouldn't use deprecated code in real projects, its not best practice.
Please tell me how to stay on activity instead of finish?
check again
@@YourDeveloperHere retry par click karne par app close nahi honi chahiye balki connection check karna chaiye. agar connection available ho to app continue honi chahiye. plz help
@@saurabhtulsyan4855 finish ko remove kr do and fir se is online wali method call lr do
=>
if (isNetworkConnected()) {
noInternet.dismiss();
} else {
Toast.makeText(this, "Please Connect your Mobile with Network", Toast.LENGTH_SHORT).show();
return;
}
@@YourDeveloperHere sorry but it still not working
bhai countdown timer work hi nahi kar rah hai quize app me
stackoverflow.com/questions/10032003/how-to-make-a-countdown-timer-in-android
Check This
@@YourDeveloperHere bro samjh me hi aa raha hai ak video mil jata to bahut hi achha raha hai brother
bhai app create kiye to thik hai par jab run kar rahe hai to desing thodha sa niche se kut jaa raha hai yesa kyo
Kyoki Hamko Sift Center me hi chahiye thoda card type isiliye Bhai
You are using deprecated code.
brother it's still working on android 11 you can check over here