Hello, does anyone know how to save the checkbox s...
# android
r
Hello, does anyone know how to save the checkbox state and value is fetching data from an api? I stored the data in a List, my recycle view is working, and everything works fine, buthow can I save the checkbox state and the text value so I can print it in a grid view in another page? I am using kotlin
👀 1