I want to implement an AlertDialog
in Android. When you click on an item in a RecyclerView
it shows some information about the element. How can I hand over necessary informations? Or can I at least hand over an object that has the information?
Thanks for your attention!