Reputation: 257
I want to load data from json url and pass values to mpandroidchart lib.or can you suggest when chart lib is easy to load json data and draw charts
Upvotes: 1
Views: 1420
Reputation: 46
you can use library Volley to parser JSON then load data to ArrayList in MPAndroidChart
Upvotes: 1