片段中的回收站视图为空

时间:2018-08-27 04:38:37

标签: java android android-fragments

我已将活动转换为片段。该活动将解析JSON数据并将其显示在回收者视图中。在活动中,它运行良好。我将其转换为片段,但现在显示空白屏幕。请帮我解决这个问题。 我的存储库链接[link] https://github.com/muhammednasimda/actvityfragment

1 个答案:

答案 0 :(得分:0)

尝试这样:

parseJson();
mExampleAdapter = new ExampleAdapter(getContext(), mExampleList);
mRecyclerView.setAdapter(mExampleAdapter);