使用JSON在饼图上添加数据(Retrofit)

时间:2018-09-21 12:26:51

标签: android json retrofit2 pie-chart

任何人请帮助我

如何使用json(retrofit)在饼图上设置数据

这是我的json数据:

  {
"response": [
{
  "party_name": "Android",
  "num_rows": "4"
},
{
  "party_name": "php",
  "num_rows": "2"
},
{
  "party_name": "dotnet",
  "num_rows": "1"
},
{
  "party_name": "Other",
  "num_rows": "1"
}
  ]
 }

0 个答案:

没有答案