Closed lewisjwilson closed 3 years ago
If item is deleted (button is pressed), progress is removed for flashcards. So create an error message as a warning before deletion happens.
This applied to ViewWord.kt and ViewWordRemote.kt
Basically, its dangerous.
Android Alert Dialogs in Kotlin
In addition, add an alert dialog for adding to list (give a choice of list to add to, maybe as a spinner)
If item is deleted (button is pressed), progress is removed for flashcards. So create an error message as a warning before deletion happens.
This applied to ViewWord.kt and ViewWordRemote.kt
Basically, its dangerous.