I\'m using RecyclerView to list some text and now I want to make it so that when the user clicks on text a custom Alert Dialog box pops up.
RecyclerView
I have tried
final Dialog dialog = new Dialog(your_activity_context);