I’m sorry for my english is poor, I hope all of you can understand what problems in my app.
I got a problems in Item click, I have no idea how to solve the problem.
I created the list viewer, and it shows the date what I want. But I want to add one function that is item click. When I click the specify item, it will show more detail to the Label.
I tried many times, but it still don’t work, plz teach me who to do it, Thanks.
However this is not the right approach. You will need to get the information of the selected item from the list so you will need to include this item as part of the path to get your additional information.
Another issue I found is that you are converting the object received from Firebase to JSON which is not required. This should do the job.
Thank for solving , but It still not work.
If I wanna navigate to other screen that will show the detail by item click, How world you do this function?