Skip to content
Advertisement

RecyclerView adapter not working with groupie

I tried to add groupie adapter to my recycler view as shown in the code below. However when i run my application, i get a compiler error saying my reyclerview cannot be null (because of kotlin null safe feature). I cant figure out why this adapter is not working.

I know the problem is in the line :

JavaScript

Here’s the full code

JavaScript

The final result show display the rows in the recycler view with the usernames that are in my firebase database.

Advertisement

Answer

If you define the recycler view in the xml file then you need to add it.

JavaScript

if not define into the xml file.

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement