How to update specific data into SQLite in Xamarin
问题 I have created a database using SQLite which store student details including Student Name (String) Student Password (String) Student ID (String) Student Attendance(Boolean) In my solution, there are 3 view controller as describe below: ViewController1 : Table View, Display List of Students. ViewController2 : Normal View Controller with 3 text field and 1 switch button to get all 4 user detail. ViewController3 : A button that enable user to tap, and turn the attendance (boolean) to on. I would