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

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -