seanjosephwu / nonogramFun

Nonograms!!! Because it's awesome...even though I haven't actually played it yet
3 stars 5 forks source link

[PlayAGame] Timer #49

Closed huiqiw closed 11 years ago

huiqiw commented 11 years ago

Implement a Timer while playing the game

xiaoj commented 11 years ago

I implemented timer with a runnable and a handler and timer stop when the moment that submit button get click. Once submit is clicked, the timer is not start again.