How to check if data is inserted in Room Database

后端 未结 7 2542
执念已碎
执念已碎 2021-02-19 22:07

I am using Room Database from the new Architecture components in my project. I am adding some data through dao, but when trying to retrieve it I am not getting it. Can you pleas

7条回答
  •  青春惊慌失措
    2021-02-19 22:21

    You can use Stetho to see your DB and Shared pref file in chrome dev tool

    http://facebook.github.io/stetho/

提交回复
热议问题