Malinskiy/SuperRecyclerView

How to use the SuperRecyclerView with code way

wu26434390 opened this issue · 0 comments

I want use the SuperRecyclerView in my project and I have to write every thing in java code instead of xml. And I try to code like this "SuperRecyclerView superRecyclerView = new SuperRecyclerView(context)" but it don't work, logcat print"Resources$NotFoundException: Resource ID #0x0" So how to solve the problem?