etcadinfinitum / GameLab

Android application with a few simple games
0 stars 1 forks source link

Need to revisit how dictionary gets loaded for Boggle #7

Closed etcadinfinitum closed 5 years ago

etcadinfinitum commented 6 years ago

Currently, the serialized dictionary is loaded on activity launch for boggle, causing a 3-5 second delay while the activity generates. Possible solutions include one or more of the following options:

Need to ask for help on this one - unsure of the best way to proceed.

etcadinfinitum commented 5 years ago

I am closing this issue for now, because a splash screen activity with very simple XML display has been implemented and the dictionary is now accessible globally after being loaded on application launch.

There may be a more elegant/ideal solution, but this will work for the time being.