Hello! I'm brand new-ish to app development so here's what I'm trying to do
1.Take the selected option from the spinner(there are two), convert it to
string, and then save it to SQLite database for viewing it using a card view.
2.The issue I'm facing here is that in the lines 64 and 65 of the third code block setText is obviously wrong. I don't know what else I should do to prevent this error and make the holder work.