apotapov / tafl

Android implementation of a Tafl game
Apache License 2.0
2 stars 0 forks source link

Game: Timer is broken on Android #50

Closed apotapov closed 10 years ago

apotapov commented 10 years ago

I'm using a modifiable string to avoid creating a new object for the time displayed at the top of the screen during game play. Unfortunately, Strings seem to be implemented differently on Android, and they cannot be modified in place.

I'll do some research about how to do this without creating a new object every time.

Maybe take out the timer completely?

apotapov commented 10 years ago

This also affects persistence of the board for Resume.