I would like to have the app run in the background and check traffic data every hour. Is this possible? I can't seem to find a solution to refresh traffic data in intervals without opening the app.
Thank you.
I would like to have the app run in the background and check traffic data every hour. Is this possible? I can't seem to find a solution to refresh traffic data in intervals without opening the app.
Thank you.
Use google directions api, fetch duration from legs and if you want to do in background - then do it in a Service.