Custom Bar Graph with Jetpack Compose | Android Studio

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

КОМЕНТАРІ • 10

  • @josecastar
    @josecastar 3 місяці тому +1

    Me gustó mucho, que buen video ❤

  • @DeveloperChunk
    @DeveloperChunk  2 роки тому

    Documentation about BarGraph on Medium: medium.com/@developerchunk/create-bargraph-in-jetpack-compose-android-studio-kotlin-ec526be25479
    I hope it will help you easily understand the topic.

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

    it's hard to follow the video. you should have an explainer audio along with the video, or at least a composable preview to follow the changes in the preview along with the code.

    • @DeveloperChunk
      @DeveloperChunk  2 роки тому

      Thank you so much for your suggestion, from now I am going to create videos with audio explanation. For this video I will create a documentation there I will explain all in detail and I will share the link in pinned comment and in discription. Thank you

    • @DeveloperChunk
      @DeveloperChunk  2 роки тому

      I have created documentation about the BarGraph you may check it out for better understanding: medium.com/@developerchunk/create-bargraph-in-jetpack-compose-android-studio-kotlin-ec526be25479
      Thank you 🥰

  • @emmanouilboursalis3912
    @emmanouilboursalis3912 2 роки тому

    Why i can only display 5 bars?
    Thanks for the video and the documendation

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

      Thank you for figuring out the issue, I have solved the issue and you can find it on Medium: medium.com/@developerchunk/create-bargraph-in-jetpack-compose-android-studio-kotlin-ec526be25479
      The issue was about the Map as you see here Float is Key so whenever the Float is the same it was not creating a new Bar because the Key will be the same now I have used List and List instead of Map. And if you are adding more Bars then make sure to reduce the width of the Bar so it can be visible.
      Thank You

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

      @@DeveloperChunk Thank you very much. I am a newbie in Android development and you helped me so much.
      Really appreciate it.

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

      @@emmanouilboursalis3912 thank you so much, I am glad to help you 😊