How to Implement Poll Like Youtube in Android Studio | PollLikeYoutube | Android Coding

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 27

  • @zafeerahmad4705
    @zafeerahmad4705 4 роки тому +2

    Excellent video, the only organic video i found on UA-cam for polllikeyoutube

  • @dhakad6767
    @dhakad6767 2 роки тому +1

    thanq mere bhai ❤️❤️❤️

  • @shankarlekule
    @shankarlekule 3 роки тому +1

    Really ur videos are very good

  • @tusherdhali3507
    @tusherdhali3507 4 роки тому +1

    we expect more sql database video tutorials and firebase tutorials also

  • @osmanozturk5891
    @osmanozturk5891 2 роки тому +2

    Great thans,how can i change the color of the most voted one

  • @john20johnny
    @john20johnny 4 роки тому +1

    Well-done bro. 💯🌠💕

  • @MrCray678
    @MrCray678 4 роки тому +1

    Thanks a lot bro

  • @tusherdhali3507
    @tusherdhali3507 4 роки тому +1

    it's amazing thank you so much

  • @PawanKumar-td3rd
    @PawanKumar-td3rd 3 роки тому +1

    how to change color of seek bar when user click right or wrong answer, I have tried in Java Code SetProgressDrawable method but it's not loading it..
    Any idea how to deal with it?

  • @codewithroman8180
    @codewithroman8180 4 роки тому +1

    Make more vedios from begineer to advance bro in android app development

  • @reyhandenanto4089
    @reyhandenanto4089 3 роки тому

    bro its amazing work, but umm can i get the source code? im a beginner so its quite hard learning from a moving video thanks

  • @NagaRaj-ly6dp
    @NagaRaj-ly6dp 3 роки тому

    Bro how to implement number of votes in that

  • @melchizedeksaula1415
    @melchizedeksaula1415 3 роки тому +1

    Where can i get the full code

    • @AndroidCoding
      @AndroidCoding  3 роки тому

      Join this channel membership to get access to source code perks:
      ua-cam.com/channels/UIF5MImktJLDWDKe5oTdJQ.htmljoin

  • @lfgraphics
    @lfgraphics 3 роки тому

    please totally on Android!?

  • @sriramakrishnans6030
    @sriramakrishnans6030 4 роки тому +1

    Bro how to convert hex color code to rgb.....

    • @AndroidCoding
      @AndroidCoding  4 роки тому

      Try this :
      int color = Color.parseColor("#519c3f");
      int red = Color.red(color);
      int green = Color.green(color);
      int blue = Color.blue(color);

    • @sriramakrishnans6030
      @sriramakrishnans6030 4 роки тому +1

      @@AndroidCoding thank you bro it worked its very helpful

    • @AndroidCoding
      @AndroidCoding  4 роки тому

      Welcome