Skip to content

asd4464/PRODIGY_AD_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PRODIGY_AD_3

Stopwatch App

A basic Android application that functions as a stopwatch. It allows users to start, pause, and reset the timer, displaying minutes, seconds, and milliseconds.

Features

  • Start Stopwatch: Begin timing with the start button.
  • Pause Stopwatch: Pause the ongoing timing.
  • Reset Stopwatch: Reset the timer to zero.

Screenshots

Stopwatch Screenshot

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/StopwatchApp.git
  2. Open the project in Android Studio:

    • Launch Android Studio.
    • Select File > Open.
    • Navigate to the cloned repository and open it.
  3. Build and run the project:

    • Connect your Android device or start an emulator.
    • Click Run in Android Studio to install the app on your device/emulator.

Usage

  • Start: Tap the "Start" button to begin the timer.
  • Pause: Tap the "Pause" button to pause the timer. Tap "Start" again to resume.
  • Reset: Tap the "Reset" button to stop the timer and reset the display to 00:00:00.

Project Structure

  • MainActivity.java: Contains the logic for starting, pausing, and resetting the stopwatch.
  • activity_main.xml: Defines the layout for the main activity, including the TextView for displaying time and the Button elements for controlling the stopwatch.

Contributing

If you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries or feedback, please reach out at your-email@example.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages