Accessing the database of one application from another application

前端 未结 4 1459
情歌与酒
情歌与酒 2021-01-02 20:33

I\'ve built an application and now I want to copy the database of that running application using my new backup application. I create my database path by doing DB_PATH

4条回答
  •  抹茶落季
    2021-01-02 20:47

    Using DDMS you can browse your SQLite DataBase so read the tutorial of DDMS from this link http://www.brighthub.com/mobile/google-android/articles/25023.aspx http://www.edumobile.org/android/category/android-beginner-tutorials/

提交回复
热议问题