I'm using SqlBrite for reactive database updates, and Stetho for debugging. From stetho, I can insert a new row into the database from the SQL console. Is there any way I can get this row I've manually inserted to trigger SqlBrite to update my UI?
Asked
Active
Viewed 210 times
1 Answers
2
You are inserting a row directly into your database file, so you are not interacting with DatabaseOpenHelper
or JDBC
, so I don't see any way to trigger DatabaseOpenHelper
that you have inserted new row.
please add some of your code snippet or snapshot to get the idea

Kirtikumar A.
- 4,140
- 43
- 43

Jemshit
- 9,501
- 5
- 69
- 106