This repository contains a simple stopwatch app implemented in Kotlin using Jetpack Compose.The application can adapt to different screen sizes. The stopwatch app provides basic functionality to start, stop, lap, and reset the timer.
- Start the stopwatch: Tap on the "Start" button to start the stopwatch. The timer will begin counting up from zero.
- Stop the stopwatch: Tap on the "Pause" button to pause the stopwatch. The timer will stop counting.
- Record lap times: Tap on the "Lap" button to record the current lap time. The recorded lap times will be displayed on the screen.
- Reset the stopwatch: Tap on the "Reset" button to set the timer back to zero.
To get started with the stopwatch app, follow these steps:
-
Clone the repository: git clone https://github.com/AliAlashwall/StopWatch
-
Open the project in Android Studio.
-
Build the project to ensure that all dependencies are resolved.
-
Run the app on an emulator or a physical device.
Enjoy tracking time with the stopwatch app built with Jetpack Compose! ✨🕒


