Hi i'm a beginner in android mobile development.
I have a question regarding sqlite(Android)...
Is there a way for me to be able to import text file onto database other than making it hardcoded..?
or if there's not,
how can i populate my database if i have a string formatted like this:
Speak Now|Taylor Swift|Released on October 25, 2010, by Big Machine Records|Song by american singer-songwriter Taylor Swift
And lastly, i'm a little bit confused about this:
Here's the scenario:
If i will create an application that needs an existing data in the database to work, where should i gonna put the adding of data into the database? Is it during the execution of the application(onCreate())?
Thanks in advance for the replies..