razorstorm / SingularityChess

2 stars 1 forks source link

Reduce memory usage and Speed up initialization #31

Closed razorstorm closed 11 years ago

razorstorm commented 11 years ago

Suggestion: In background's constructor, load from resources, and then if doesnt exist, build the bitmap and then save to resources.

http://stackoverflow.com/questions/3648942/dynamic-resource-loading-android

http://stackoverflow.com/questions/4539630/how-do-i-check-to-see-if-a-resource-exists-in-android

http://stackoverflow.com/questions/649154/android-bitmap-save-to-location

razorstorm commented 11 years ago

Memory is good enough. Initialization doesn't seem to be able to be sped up any more.