DEV Community

Discussion on: How to make an Expandable Recyclerview list and Firebase database - Part 2

Collapse
 
roigarlitos profile image
roi garlitos

i am getting an error on the onBindChildViewHolder method inside the DocExpandableRecyclerAdapter. The error is holder.onBind(childItem.getTitle());
the error is onBind and holder.listchild.setOnClickListener, listchild is the error it cant find those two even though i decrlared them correctly according to your tutorial.