Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 SqlBrite 进行响应式数据库更新,使用 Stetho 进行调试。通过 stetho,我可以从 SQL 控制台向数据库中插入一个新行。有什么方法可以让我手动插入这一行以触发 SqlBrite 更新我的 UI?
您正在将一行直接插入到您的数据库文件中,因此您没有与DatabaseOpenHelperor进行交互JDBC,因此我看不到任何触发DatabaseOpenHelper您插入新行的方法。
DatabaseOpenHelper
JDBC
请添加您的一些代码片段或快照以获取想法