python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Timer reaching zero then calling a function fail
I have taken this simple timer method from here.
What I want is pretty simple, yet I can’t figure it out.
When the timer reaches zero (0:00), I want a popup alert. At the same time, the timer should c...
Louis.vgn
Votes: 0
Answers: 3
Detect long touch in Unity 3D
I'm trying to detect long touch on the screen by using Time.time or Time.deltatime, but nothing works.
It should turn out like this: after beginning TouchPhase.Stationary (or Began) timer should goes ...

Nickana
Votes: 0
Answers: 1
calling an async function from within a timer
I have an async function that has to be called every given time from within a timer.
In order to avoid an Xcode error,
func firetimer() {
let newtimer = Timer(timeInterval: 1.0, repea...
NightCoder
Votes: 0
Answers: 1
Flutter: How to Display Timer-Updating Widget List
The goal of this section of my app is to display a brand new historyTile() every minute, with each tile having it's own respective time and date to when it was saved to the historyList.
I am not sure ...

Jake B.
Votes: 0
Answers: 1