简体   繁体   中英

How retrieve data below another data inside reyclerview in Firebase

I have a shop app where people can post comments about a product and other people can answer below the first comment.

I want to retrieve the comment and its replies into one Recyclerview like Instagram does, as shown in the following image. But I don't know where to start can you help me thanks

在此处输入图片说明

My approach would be to have a RecyclerView for all the comments. Each comment item would have a layout containing the comment content and a RecyclerView for its replies.

So, for example, your data could be a list of Comment objects with each one having a list of Reply objects inside it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM