joshcalafell / WordSleuth-Android

An anagram and subword finder for Android
2 stars 0 forks source link

Add splash screen and think about loading dict into a database during load. #16

Closed joshcalafell closed 9 years ago

joshcalafell commented 9 years ago

Moving through a do using cursors may be faster than doing the search how it's done now. I have a few ideas but we should plan.

redragonx commented 9 years ago

We should erase the text files on the very first start of the app to create the db

joshcalafell commented 9 years ago

What reassurance do we have as a fallback if the database gets corrupted or erased ? What are your thoughts on this? We might keep it so that if this happens the dict could reload itself no?

joshcalafell commented 9 years ago

Closed this and separate this into two separate issues...