How to view data saved in android database(SQLite)?

前端 未结 8 1100
礼貌的吻别
礼貌的吻别 2020-11-30 18:38

I am able to view the database from eclipse(from file explorer), but I want to view the whole detail, I mean the data that I have inserted, which I am unabl

8条回答
  •  情歌与酒
    2020-11-30 19:15

    Open DDMS than in DATA>DATA>"Select your package like com.example.foo"> than select your database folder than pull that data in eclipse you can see the pull an push icon on top right side ...

提交回复
热议问题