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

enter image description here

enter image description here


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

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -