Android Circular Progress Indicator + Circular Slider in Jetpack Compose Part 2 - Android Studio

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

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

  • @SiamakAshrafi
    @SiamakAshrafi 2 года назад +1

    This is the backbone of our UI for Swift Monster. Thanks!

  • @michelgirard6055
    @michelgirard6055 8 месяцев назад

    Very good and useful tutorial. Thanks a lot

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

    Danke dir, wirklich cooles Widget

  • @qzero
    @qzero 10 месяцев назад

    Hi
    Could you continue this tutorial?
    I have a suggestion, could you show how to add a circle to indicate the current position?

  • @j.franciscogomezruiz
    @j.franciscogomezruiz Год назад +1

    Hallo Matthias,
    Your videos are super cool, congratulations! I have spent a couple of month of the last year implementing this circular indicator and I also created a linear indicator, based on your solution; Now, I'm struggling to run these two indicators in on composable or run them in parallel.
    Could you please point me in the right direction to achieve this?
    Francisco

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

      Hello Francisco, thank you appreciated ! Its difficult to say without seeing any of your code and how things work together and so on.. Could you maybe give me a hint where your problem exactly is?

    • @j.franciscogomezruiz
      @j.franciscogomezruiz Год назад

      @@kapps7407 Hello Matthias,
      Thanks for you reply. I found a solution using JetPack Compose - Columns. I created two colums in every single one inserted the Box -> CustomIndicator(). Sorry, I still not familiar with all the terminology.
      Next step is to combine this solution with BLE connection. If I get into problems, then I'll come back to you along with a link to the repo.
      Thanks!

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

      Okay alright. Good luck and feel free to ask if you have a question :)

    • @michelgirard6055
      @michelgirard6055 8 месяцев назад

      @@j.franciscogomezruizHello. I would be interested by your next step. If you could share it ... Thanks in advance