I would like to add a swipe gestures to Kotlin for a word search game/activity, but it's not working could someone be able to help me?
I tried adding swipe gestures for the game, so that i don't always have to click the words letter by letter. I find it easier to just swipe across the whole word. Could anyone help me. I'm new to stack overflow and I'm not sure if I'm allowed to send code here. In the "What did you try and what were you expecting" segment i added part of the code. Let me know if i need to add the "GridAdapter.kt" code too.
private val rows = 10
private val cols = 8
private val letters = Array(rows) {...