How to Clear Database in Realm in Android

后端 未结 2 1916
傲寒
傲寒 2021-02-18 16:04

I want to clear whole database when a user press logout button and loads a new data when another user login.I tried many solutions like

try {
        Realm.delet         


        
2条回答
  •  清歌不尽
    2021-02-18 16:22

    If you are sure there are not any other databases you want to save, you can delete all the other data also. you can follow this answer Clear Application's Data Programmatically

提交回复
热议问题