I m planning to create a android app. And for a part of this project i have to have a Sqlite database including some record from the first time of installing apk file to the device...
For searching the cities of a country i should put data into the table of sqlite database from the first
I dont want to get data from internet or xml file Just i want to know is it possile to have a table with some record from the first of installing this apk??
Is it possible to do this???
I know how to create new database and table but i dont know how to add a complete sqlite database with data in it to the project