Normally in a C or C++ program there\'s a main loop/function, usually int main (). Is there a similar function that I can use in android Java development?
int main ()
Maybe it's possible by creating a timer and execute custom functions at every tick, reset the timer when it's at a specific time