- Construct a basic Digital Stopwatch using Thread and Handler (MessageQueue + Looper).
- As shown in the image, you only need to implement a start and stop button.
- The start button will automatically reset the timer to zero.
- A stopwatch time includes minutes, seconds, and milliseconds.
- Once timing has "started", the stopwatch application will require continual updates to the
UI timer display.
- Coordinate between the UI thread, a handler,
and the default UI Looper to perform repeated updates to the display.
- You may use the image components:
|

|