GithubHelp home page GithubHelp logo

android-timer's Introduction

codecentric android timer

This Android app is a simple countdown timer. You can set the timer (hours, minutes & seconds) and kick it off. Once started the timer will count down. When the timer reaches zero, it will start beeping. That's it, mostly.

In detail, the app offers a few more features:

  • Two different styles to set the timer:
  • Two different visualizations for a running countdown:
    • display remaining time like a digital clock,
    • visualize remaining time versus total time as a pie chart or
    • combine both of the above
  • Option to keep the display turned on during the whole countdown

Download

Currently, this app is not available on Google's Play Store, but you can download the latest version from the release directory in the repository.

Contributing

To work on this project, you need to have Eclipse and the Android Development Toolkit installed. You also need to have cloned the full repository from github ([email protected]:codecentric/android-timer.git, see https://github.com/codecentric/android-timer).

This includes three projects:

  • android-timer
  • android-timer-test
  • wheel

All three projects need to be imported into your Eclipse workspace. .poject and .classpath files are provided.

Some class path variables need to be set up:

  • ANDROID_SDK
    • should point to the root directory of your android SDK
    • needs to contain platform level 7
  • ROBOLECTRIC
    • should point to a directory where the robolectric jars reside
    • needs to contain files named
      • robolectric-1.2-SNAPSHOT-jar-with-dependencies.jar
      • robolectric-1.2-SNAPSHOT-sources.jar
  • JUNIT
  • HAMCREST-CORE
  • HAMCREST-LIBRARY
  • MOCKITO-ALL

*** Building the APK

You need a keystore with a developer certificate to sign the APK.

In Eclipse:

  • File - Export - Android - Export Android Application
  • Project: android-timer
  • Configure the keystore to use
  • Destination APK file: /android-timer/release/android-timer.apk
  • Finish

android-timer's People

Watchers

 avatar

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.