I am developing an app for android that measures some network parameters every hour. I already have the code to do the measurements, so I only need some help on how to make it do it periodically. What should I use? Timers, Alarms or something else? Do you have any easy example on how it works?
Thanks for your help!