I want to do the following,
I want to create a sqlite database in my java swing application and to load it with all data that I will need. After that I want to push this database to my Android App.
Is it possible with no so much trouble?
I mean, can I simply to create this database and after that only push it to my Android App and open it calling its name. For example "MySQLite.bd".
Thanks a lot.