Having problem with cursor

Hi, i’m a beginner in android development. I have a problem when trying to use SQLCipher in my app. I got error “Finalizing a cursor that has not been deactivated or closed”. This error makes me frustated. Before i use sqlcipher everything is fine.

Hello @Mas_Hari,

This can occur when you do not close the cursor within your data access
code. It may be helpful to diagnose with a stack trace, allowing you to
identify the location where you have not closed the cursor.