Am a newbie to android development. I would like to have suggestions for setting up database during installation and populate the data in the tables.
As tables creation, data population in tables is a one time process which will be done during App installation, how can we write a program which will meet this requirement.
Thanks in advance!