1

So, I am trying to design a Android Application but I am stuck!! I am trying to create a activity where I will be retrieving data from the firebase database in a recycler view (easy up to now). After I retrieve that data, I need to retrieve more data using a recycler view inside the previous recycler view!!! If someone could help me out I would greatly appreciate it! (I could provide more information about the app)

KENdi
  • 7,576
  • 2
  • 16
  • 31
Andreas
  • 11
  • 1

1 Answers1

0

Use Expandable Listview.It would be easy as it uses Hashmap and list.

Abhishek
  • 21
  • 3