listview/checkbox behavior Android vs. Windows and possible Solutions
Posted: Thu Oct 09, 2025 12:02 pm
I have got a muli column listview and activated "checkbox" for the first column in order to have a "Todo List". Behavior is like expected on Windows/Amiga:
On Android it is a bit different, and not realy what I want:
Any ideas, how to get the same Amiga/Windows behavior on Android? Or a workaround? tried using an Icon column instead of checkbox...however does not realy work..somehow. But there might be some better ideas around?
Other than that, my progress on my current todo list project works out well, and I am getting closer
- the "clicked" line is activated, regardless of my chekbox status (as long as I donnot click the first column) ...
- Data can then be read from "active" listviewitem....
On Android it is a bit different, and not realy what I want:
- the "clicked" line is activated, the checkbox will be triggered regardless of the column I clicked...
- Data can then be read from "active" listviewitem, however checkbox status has changed by then...
Any ideas, how to get the same Amiga/Windows behavior on Android? Or a workaround? tried using an Icon column instead of checkbox...however does not realy work..somehow. But there might be some better ideas around?
Other than that, my progress on my current todo list project works out well, and I am getting closer