I have created the database and populate it. and put back it in the emulator. But problem come when I have to make the Apk. Then I realize that I have to put database in the apk and to ship with it.
So I searched for it and got the answer and that is to put the database in the assets folder. So the procedure some posts over her suggested could be applicable when i have been making my own database But I am using greendao.
So here comes the problem , So please any one know how to create or use database from the assets folder Using greendao ????
Please tell me the way How can I achieve this. Any piece of code would be appreciated.