Giter VIP home page Giter VIP logo

stoptimer's Introduction

StopTimer

Full source code for an Android application currently available on Google Play: StopTimer - Stopwatch and Timer. This repository made freely available as an example to fellow Android developers by its author. It includes the full project for Android Studio.

Synopsis

Stoptimer is a smooth and easy to use Stopwatch (chronometer) and Timer (countdown) application that has some advanced and useful features.

Demo

https://play.google.com/store/apps/details?id=com.synappze.stoptimer

Features

  • Create multiple (unlimited) stopwatches and timers.
  • All timers/stopwatches can run simultaneously.
  • Set a title for each stopwatch and timer.
  • Smooth finger-swipe between multiple timers and stopwatches.
  • Stopwatch and timer duration can be from seconds to hundreds of days.
  • Define multiple intervals per timer and set unique time for each interval. All intervals run successively in order as they expire.
  • Customize beep/ringtone, number of beeps, and vibration settings per each timer interval.
  • Create repeating timers (if multiple intervals, timer will repeat once all intervals are over in order).
  • Add or subtract time from timer even when it is running.
  • Robust and persistent. Even when app is closed, device is turned off, or device is rebooted - timers and stopwatches will resume, and timers will alert correctly.
  • Use volume up/down buttons to start/stop and reset timers/stopwatches
  • Haptic feedback
  • Very easy on battery life, and requires very little memory.

USES

  • StopTimer makes for great use for multiple purposes:
  • Timing yourself while driving long distance.
  • Exercising - for exercise and interval training including HIIT (high intensity interval training).
  • Cooking or use in kitchen.
  • Laundry - setting a timer to alert when it's done.
  • Alarm clock - makes for a very effective alarm clock!
  • Many more!

Contributors

Author: Adeel Mufti. The author of this project encourages contributions of code improvements, new features, bug fixes, etc., from the GitHub developer community.

License

Licensed under the Apache License

stoptimer's People

Contributors

kigamba avatar adeelmufti avatar

Watchers

James Cloos avatar

Forkers

fovea1959

stoptimer's Issues

Change package name

  • Change package name
  • Change process name
  • Change user names
  • Change application id

Add created at column to the Stopwatch content provider

  • Add createdAt column that takes long (milliseconds)
  • Perform migration that takes the current startTime and saves it as createdAt
  • When adding a new records populate the created_at during saving with the current time if it doesn't already have one

Allow backups and restores

  • Allow stopwatch & timer backup on settings option click
  • Allow stopwatch & timer backup on stopwatch new, start, pause and end
  • Allow stopwatch & timer backup on timer new, start, pause and end
  • Allow stopwatch & timer restore on settings option click

Automatically add date to task name

  • When a task/stopwatch was created not today, show the day next to the name (This can be temporary, generated from metadata during display, or permanent)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.