I'm a beginner in developing android
I create a news feed where you can comment on posts, to do this I use firebase as a database and I use FirebaseRecyclerAdapter
and FirebaseRecyclerOptions
I want the user to click on the "Comment" button of the first RecyclerView
The second RecyclerView
displays the comments according to the post clicked.
I have no idea how to do this, knowing that I tried by capturing the position of the post.
Thank you. Thank you.