I need a reliable way to monitor minute-ticks in an Android app. This thread (in C#) .NET, event every minute (on the minute). Is a timer the best option? says that creating a timer that ticks every second and within that event, checking if a minute has gone by, adds negligible overhead to a C# application.
Is the same approach in Android feasible? Or are there other ways to do it?