xml - Android - How to display BarGraph in Android -
is possible display bar graph
in android?, displaying 2 sets of data using bar graph
. there libraries this?, hope can me, thanks
is possible display bar graph in android?
yes, possible.
like displaying 2 sets of data using bar graph. there libraries this?
yes, use mpandroidchart library bar graph.
check link of mpandroidchart.
you can generate bargraph in below image
how use library in android studio:
add following build.gradle:
repositories { maven { url "https://jitpack.io" } } dependencies { compile 'com.github.philjay:mpandroidchart:v2.2.0' }
Comments
Post a Comment