thanks for this video I use it in my application thanks a lot i had a problim but this video slove it thanks
@AndroidCoding3 жыл бұрын
You're welcome. Keep supporting.
@haykmkrtchyan70935 жыл бұрын
As I remember, progressdialog is deprecated from api 26 So what to use instead? I think maybe a custom dialog within a progress bar)))
@nuwagabagerrald2030 Жыл бұрын
ME WAITING
@Otajonov_Alisher2 жыл бұрын
Thank you so much !
@AndroidCoding2 жыл бұрын
You're welcome
@sergozubarev11533 жыл бұрын
Hello! Please help me. why when I return to the previous one, the dialog box keeps spinning?
@catkot81845 жыл бұрын
thanks pro😘😘
@AndroidCoding5 жыл бұрын
Welcome
@TCC-THECREATIVECHANNEL3 жыл бұрын
Amazing
@AndroidCoding3 жыл бұрын
Thanks
@samirdesigner33245 жыл бұрын
hello how make like this for splash screen for simple 3000 and go to screen main ?
@AndroidCoding5 жыл бұрын
Both code(Splash and Progress Dialog) are there, try to implement
@AbdeladimMazouzi5 жыл бұрын
Cool video
@AndroidCoding5 жыл бұрын
Thanks
@emanueljonathanugartemerid76305 жыл бұрын
progressDialog is deprecated...
@yutaitadori73183 жыл бұрын
What to use then?
@freshtechtips4 жыл бұрын
how can i add this preload bar or progress bar to webview app please make video thank you
@preetjai75885 жыл бұрын
Remove this irritating background music in upcoming videos
@sirhisham34275 жыл бұрын
Can you show How to Create a Navigation bottom and menu in Activity episode. Please
@AndroidCoding5 жыл бұрын
I don't understand what you want.
@Hoti-ta4 жыл бұрын
its deprecated what to use instead can u make video ?
@22g2g2g5 жыл бұрын
Tanks
@AndroidCoding5 жыл бұрын
Welcome
@JB-mu3vc5 жыл бұрын
Can you guys do How to Create a NavigationDrawer in Fragment, NOT Activity episode. Pleaseeeee
@endlesscoding52143 жыл бұрын
You declared a "variable", not initialized. Neither are they called variables before being initialized, they're called identifiers. You initialized the identifier when you assigned it a value, THEN it became a variable. This is why people are confusing all the coding jargon. I mean it's sort of trivial since we know what you mean, but it's better to clear up confusion right from the start, especially for beginners.
@____I_________I_________O_____5 жыл бұрын
Source code give me please
@psflgt75724 жыл бұрын
Source code plz
@AkshayKumar-nj1rl4 жыл бұрын
Please create a video on "Adblocked Webview"
@canaancolombia46674 жыл бұрын
QUEDA MEJOR ASI, DESAPARECE UNA VEZ EMPIEZA LA WEBVIEW JAVA: public ProgressBar progressBar; progressBar = (ProgressBar)findViewById(R.id.prg); web.setWebViewClient(new MyWebViewClient(){ @Override public void onPageStarted(WebView view, String url, Bitmap favicon) { super.onPageStarted(view, url, favicon); progressBar.setVisibility(View.GONE); setTitle("Loading..."); } }); XML:
@yutaitadori73183 жыл бұрын
R u Alan walker fan?
@Sj-yf2jg4 жыл бұрын
Progress Dialog is deprecated. on 26
@yutaitadori73183 жыл бұрын
What should be used now?? Please tell
@Sj-yf2jg3 жыл бұрын
use progress bar
@yutaitadori73183 жыл бұрын
@@Sj-yf2jg okk thanks
@Sj-yf2jg3 жыл бұрын
wellcome
@abdulkayes8464 жыл бұрын
Progress Dialog is deprecated
@yutaitadori73183 жыл бұрын
What ab kya use krte h ? Please tell
@zenosama11184 жыл бұрын
Is deprecated!!!!
@AndroidCoding4 жыл бұрын
This code runs in the activity, if you are implementing in adapter or fragment, then you will have to change the code a bit.