Is it possible to put the recycling view inside the recycling view?

Asked 1 years ago, Updated 1 years ago, 112 views

I'm implementing the bulletin board, but the comments are listed as a recycler view. By the way, if I click "View the comments" in the view comment, I want to make 3 replies and 10 replies pop up, so can I do a recycling view in the recycling view? If it doesn't work, please tell me how to do it

recyclerview json android-asynctask

2022-09-22 12:24

2 Answers

There is no problem with putting a recycling view inside the recycling view because it is a common method for implementing a UI that puts a horizontal (left/right) recycling view inside the vertical (up/down) recycling view.


2022-09-22 12:24

If there are views of the comments as recycler views in this way

If there are no replies in the comments, and if there are 14 Replies as shown in the picture, depending on the number of replies when clicked,

I want it to float like this. I'll leave comments, but I don't know how to do it <


2022-09-22 12:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.