I need to add initial values to SQLite database, once application is started first time. How should I do it?
You can create your own SQLite database, put in assets folder and access it as shown in the answer of this link: adding your own SQLite database to an android application