Progress Button in Android Studio | Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 20

  • @pushkaragnihotri1609
    @pushkaragnihotri1609 4 года назад +11

    a source code link will be quiet helpful atleast for the xml part.

  • @sanketrola9901
    @sanketrola9901 3 года назад

    How to save a button state as "DONE" permanently in the app using Sharedpreferance or any other technique?

  • @rafaeldias8671
    @rafaeldias8671 4 года назад

    Top! parabéns pelo excelente conteúdo!

  • @Roozbeh49463
    @Roozbeh49463 4 года назад

    thank you very much

  • @iL0neW0lf
    @iL0neW0lf 4 года назад

    Thank you!

  • @justegouclounon9839
    @justegouclounon9839 4 года назад

    I am trying to figure out how to have a progress bar that says "Loading the file. Please Wait..." while my media player prepares a streaming file

  • @manisivav
    @manisivav Год назад

    Great sir .

  • @doaa9021
    @doaa9021 4 года назад

    thank you

  • @mymassage7081
    @mymassage7081 4 года назад

    Thanks You

  • @onurileli
    @onurileli 4 года назад

    Thanks :)

  • @elelan
    @elelan 2 года назад

    How can we create this Jetpack compose

  • @New13001
    @New13001 2 года назад

    You are a creative .... but the rest of Shi ... Possible to download us a video printing Arabic and but to the large character of paper size A4 .... you are thankful ... Please please please 🥺 🙏

  • @canaancolombia4667
    @canaancolombia4667 4 года назад

    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:

  • @noski2
    @noski2 4 года назад

    how to fail if the conditions have not passed

  • @LEHASHTAG
    @LEHASHTAG 4 года назад

    code source ?

  • @gregeaster3335
    @gregeaster3335 9 месяцев назад

    would've been nice if you provided the code lol...

  • @gravtrash1734
    @gravtrash1734 4 года назад

    bad code design, low re-usability, you are forcing the name of the button to be "Login" at the start and can only be changed when an OnClick event is set to reference the view.

    • @gokuls2293
      @gokuls2293 4 года назад +6

      what is the correct procedure??
      If what he says is wrong, say solution too....