I am converting ListView of my app to RecyclerView. On ListView, it was very easy to implement OnClickListener but in RecyclerView, we have to do it in adapter. I want to op
in kotlin you can use this code:
val fm : FragmentManager= (context as AppCompatActivity).supportFragmentManager