I created a data query android application, where they have the layout and adapter ready to do data crud, but the crud operation worked when data is entered and queried. I was unable to perform a change of data via button that is inside a queried data listview. the tools I used is the C # and android sqlite database.
How do you select the data parameters and change the value from 0 to 1 when button inside listview is clicked? obs: Button is inside an adapter, not in an activity.
Thank you.