MultiTypeView
MultiTypeView copied to clipboard
[DEPRECATED] 不再维护,可以使用 https://github.com/drakeet/MultiType
当前怎么获取recyclerview 里面 不同fragment的数据
IllegalArgumentException: No view found for id 0x1 (unknown) for fragment
向里面传值要自己单独实例化或者静态方法吗
添加的一个fragment中有一个recyclerView LinearLayoutManager layoutManager = new LinearLayoutManager(context); layoutManager.setOrientation(LinearLayoutManager.HORIZONTAL); 不显示出来,请问怎么回事