Hi,
I am currently struggling with the concept of sqlite databases in android. I cannot find a definitive guide to setting up creating and using the database, and even if I had I still haven't got a clue how to store and reference urls and map coordinates. I have found and example that creates a database of information before it starts.
Would it possible to create a database of items using a java class then use the database as normal, if so would I have to run the code at the start of the program each time or could it just be run once then saved and used.