I recently discovered on a project that at least o...
# getting-started
d
I recently discovered on a project that at least on Android, creating a new Timer is equivalent co creating a new Thread, so you would probably want to have a threadpool or something you are dispatching to rather than creating a new Timer every time the method is called (depending on how frequently the method is called, of course).
t
dalexander: thanks, i'm just using it in a test, but that's good to know
👍 1