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
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.
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 <
© 2024 OneMinuteCode. All rights reserved.