A
Android Central Question
I have one problem.
I made recyclerview and I populate it with information from database.
I also made onclicklistener for every recyclerview item.
I do not know how to get data from database when I click on an item in recyclerview list.
Example: I need to get location from database and return it as a string,but for every item in recyclerview that location is different.
I made recyclerview and I populate it with information from database.
I also made onclicklistener for every recyclerview item.
I do not know how to get data from database when I click on an item in recyclerview list.
Example: I need to get location from database and return it as a string,but for every item in recyclerview that location is different.