How to perform button action within Listview Android C#

Asked

Viewed 87 times

0

I created an android data query application, where they have the layout and Adapter ready to crud data, but the crud operation worked when data is entered and consulted. I was unable to make a change to the data via a button that is inside a list of consulted data. the tools I used is android C# and sqlite database.

How do you select the data parameter and change the value from 0 to 1 when button inside listview is clicked? Obs: Button is inside an Adapter, not an Activity.

Thank you.

  • Kindly post the relevant code to your question.

  • Already tried it.setOnClickListerner(){ } ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.