topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 7:26 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Android?? Basic simple countdown timer....  (Read 4228 times)

nkormanik

  • Participant
  • Joined in 2010
  • *
  • Posts: 552
    • View Profile
    • Donate to Member
Android?? Basic simple countdown timer....
« on: September 24, 2019, 01:14 AM »
Lots of Android countdown timers out there, but not what I want.

The one below comes close:

https://play.google....mbo.ovo&hl=en_US

Here is what it lacks, that I'd really like to have:

-- Save user-defined/adjustable default countdown amount.  (20 minutes)

-- Start counting down as soon as program runs, no user intervention needed.

-- Make sure program can be scheduled to run on device (tablet) start.

-- Allow for playing whatever 'sounds' are available in system.  (series of beeps)

-- If possible, pause the existing music being played (AIMP), and after sounding (beeping for 3 to 5 seconds), allow music to resume.

-- When alarm goes off, don't require any user intervention.  Just close and disappear.

No need for any other bells and whistles.

Thanks!

Nicholas Kormanik

sphere

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 176
    • View Profile
    • Donate to Member
Re: Android?? Basic simple countdown timer....
« Reply #1 on: September 26, 2019, 06:52 PM »
Android has a built in timer/alarm clock.   You can activate it using voice commands. Would that work?  "Ok Google, set the timer for 20 minutes." It has been a while since I used it, but I believe it pauces and resumes music while doing this

nkormanik

  • Participant
  • Joined in 2010
  • *
  • Posts: 552
    • View Profile
    • Donate to Member
Re: Android?? Basic simple countdown timer....
« Reply #2 on: September 27, 2019, 05:55 AM »
Thanks for the lead, sphere.  I'd prefer to not need any user intervention.  Set once, forget it.

I noticed there are many Java countdown timers out there.  Android apparently is built on Java.  Wonder how hard it would be to use existing Java code, and make a tiny Android ap as requested.


publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: Android?? Basic simple countdown timer....
« Reply #3 on: September 27, 2019, 07:45 AM »
Wonder how hard it would be to use existing Java code, and make a tiny Android app as requested.

You're right nkormanik, it should be possible to peek at ready-made source code (i.e. from GitHub) to "inspire" an app with your requirements.

I currently have a list of ~4 programs to end the month (busy weekend ahead  :)).

If nobody's taking this after my next round of releases, I can do this one for you. No prob.

Cheers!
Vic
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

sphere

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 176
    • View Profile
    • Donate to Member
Re: Android?? Basic simple countdown timer....
« Reply #4 on: September 27, 2019, 09:22 AM »
I thought you just wanted minimal user involvement.  I would search for Tasker app or automate app and programs of the like.  Similar to autohotkey for android.   Choose any trigger (or combination of triggers) to initiate the timer.  It could be when your phone auto connects to a certain wifi network, or your gps finds you near home, or when you get an email,  "a specific timer" starts to remind you to call your mother or a playlist is set to start playing ;)  Here aree some sample examples of what is possible.  The link is from my bookmarks so it is likely old.  A good introduction can be found here.

My recollection is that tasker has a bit of a higher learning curve, but you can actually create and export the things you develop as apps.  They also have pretty active community. Chances are that someone has already figured out what you need/want to do.



nkormanik

  • Participant
  • Joined in 2010
  • *
  • Posts: 552
    • View Profile
    • Donate to Member
Re: Android?? Basic simple countdown timer....
« Reply #5 on: September 27, 2019, 08:02 PM »
Sounds super, Vic.  Looking forward to it.

Sphere, thanks for the additional leads!