Skip to content
Advertisement

Tag: nestedrecyclerview

Child RecyclerView setadapter doesn’t work on my Nested RecyclerView Android

I have two RecyclerViews. Parent RecyclerView works perfectly but the setadapter of the child’s in the parent adapter does not work. I tried to make some log messages in the child adapter but they didn’t even appear so the adapter is not even starting Below is the piece of code for better understanding. MainFragment.java ParentAdapter.java ChildAdapter.java Answer That is because

Advertisement