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.
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.
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
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 🥰
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
Me gustó mucho, que buen video ❤
Gracias! 😊
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.
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.
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
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 🥰
Why i can only display 5 bars?
Thanks for the video and the documendation
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
@@DeveloperChunk Thank you very much. I am a newbie in Android development and you helped me so much.
Really appreciate it.
@@emmanouilboursalis3912 thank you so much, I am glad to help you 😊