Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android - BarChart, Bargraph

I want to implement a feedback/rating chart in my android app.(it is like when you open the google play and check an app's feedback there is a colourful graph from users who had voted it) Can anyone help me how to start that? I appreciate any help you can provide.

like image 671
Peter Avatar asked May 30 '26 06:05

Peter


1 Answers

Use MPAndroidChart, or another Chart library external to the default libraries. It's difficult to implement a bar graph or any sort of graph on Android; you'd have to make a listview, and it would have to be oriented horizontally.

like image 181
Don Larynx Avatar answered Jun 01 '26 21:06

Don Larynx