I am developing a comment section for my app. My goal is to create a way for users to reply to other comments and to be able to view and hide this comment list like on instagram:
How can I create a replies list within an item in a RecyclerView? Also, how to show and hide the replies?
Thanks in advance!