I am using a FirebaseListAdapter to store my database info's about a restaurant booking. Everything works fine here.
Can you help me with the code doing the following:
When clicking on the list view, I will be able to modify the PENDING status to ACCEPTED
My firebase database looks like this:
Thank you! :)