Is there something that looks like the javax.swing.Timer on Android. I know how to create own Threads, but is there something that is like the swing-timer?
Is there something that looks like the javax.swing.Timer on Android. I know how to
Share
There is also Java’s TimerTask. Here’s an example from my code where I’m playing audio samples: