as can be seen in the documentation the syntax to make insert or update is : INSERT OR REPLACE INTO () VALUES (), my
-
2020-12-04 10:29
this is your method SQLiteDatabase.insertWithOnConflict(). to understand what it does refer to this document on sqlite