Hello all I've reached a small problem in my coding, currently I have a listview which has checkboxes, only one checkbox may be selected at a time, and it's (supposed) to save the selected one in the database and load it as the selected item on restart of the app.
However my only problem is I cannot get the text of the row which is currently checked, I would guess that I would have to enumerate every row in listview or somethign of the sort until I found one that was checked, and then get the text of that row? I was wondering if there was maybe a simpler way to do this or already made function to get the at least the row index of the checked row so I can then get it's text?
However my only problem is I cannot get the text of the row which is currently checked, I would guess that I would have to enumerate every row in listview or somethign of the sort until I found one that was checked, and then get the text of that row? I was wondering if there was maybe a simpler way to do this or already made function to get the at least the row index of the checked row so I can then get it's text?