BaseQuickAdapterフレームワークを使用すると、RecyclerViewがデータを表示できない

BaseQuickAdapterフレームワークを使用すると、RecyclerViewがデータを表示できませんでした

後で見つけた 

LinearLayoutManager layoutManager = new LinearLayoutManager(this); 
layoutManager.setOrientation(LinearLayoutManager.VERTICAL); 
rvClass.setLayoutManager(layoutManager);

BaseQuickAdapterの紹介後の補足。

github:https : //github.com/CymChad/BaseRecyclerViewAdapterHelper/blob/master/README-cn.md

おすすめ

転載: blog.csdn.net/qq_36355271/article/details/100880963