Quick question. How does on collect the score and game time and place them in a table to send to a database?
I assume it would be just like any other variables being added to a table. From there, the database would (I assume) be a SQLlite database? Those are pretty easy to set up:
https://docs.coronalabs.com/api/library/sqlite3/index.html
Brent
I assume it would be just like any other variables being added to a table. From there, the database would (I assume) be a SQLlite database? Those are pretty easy to set up:
https://docs.coronalabs.com/api/library/sqlite3/index.html
Brent