Skip to content

Mekebrown/AndroidStudioTimer

Repository files navigation

Summary

A Java timer to use in a studio during a recording. The timer will eventually be cast to a nearby screen.

It will have a simple layout with easy to understand directions. This version is a work in progress.

The meat and potatoes of the app code can be found here: MainActivity, FormatTimerValues, and TimeIncrementer classes.


Help Needed

Currently the Start/End button is used to toggle the Timer thread but I'm having difficulty starting up a new thread once the first thread is canceled/purged in MainActivity.java.

I was wondering if using finalize() in MainActivity helps with freeing up memory from the finished processes of Timer.

Video of issue needs to be downloaded


TODOs

  • Cast and Airplay to nearby devices/screens
  • A single account designated as a time keeper will control the timer while remote users can see the time. This is for remote recordings.
  • Tracks recording times and shows trends over time.
  • Take notes in the app
  • Countdown feature (single and multiple chained countdowns)
  • Set Multiple Timers in a playlist style
  • Set Timer warnings: Able to display a five and then a two minute warning where the display will flash a distinct color
  • Able set a wrap-up message at the end of the timer
  • When setting multiple timers see a total count of how long it is combined
  • Able to name is each timer
  • Able to save timer playlist

About

An app I can use for local recordings, casting a timer for all to see.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages