如何使用jsonObjectrequest填充RecyclerView

时间:2016-05-13 14:53:39

标签: android android-volley android-recyclerview

我是android新手,我正在寻找如何使用jsonObjectrequest填充RecyclerView。

到目前为止我见过的例子都使用了jsonArrayRequest。请问,我该怎么做jsonObjectrequest。

1 个答案:

答案 0 :(得分:0)

我已经使用过改装,但我也知道排球是如何起作用的,我会建议你使用改进超过齐射,因为它比排球有几个好处,如: -

  1. 表现非常好
  2. 无需手动解析
  3. 关于如何使用库
  4. 有适当的documentation

    您可以find it over here获取更多信息。

    现在,由于Recycler View通常用于将数据列表填充到视图中,因此您没有获得填充一个JsonObjectRequest的示例。

    但是我尝试在我的git hub存储库中创建一个示例来执行您想要执行的任务,您可以find it over here