lewismcgeary / VocabBuilder

Vocabulary building Android app for children
9 stars 3 forks source link

Database stuff #3

Closed derwinmcgeary closed 9 years ago

derwinmcgeary commented 9 years ago
lewismcgeary commented 9 years ago

Database closed after use. accessing still needs improvement to do in background

lewismcgeary commented 9 years ago

Initial database check/create on launch is now an AsyncTask.

lewismcgeary commented 9 years ago

Selecting from the database needs to be Async. not a problem now, but would be on expanded database

derwinmcgeary commented 9 years ago

Done now!