Hi all!
I want to make an application that do some things when you go at specific place or you connect to a wifi.
I studied intent and service, a i think the best way to achieve this is to use a sticky service.
For wifi, i can use intent to start some things when i get a wifi change connection, but i don't understand how to do this. I tried using broadcast receiver, but some answer on forum tell to use phoneEvents, but i don't find nothing related to phone Events
For gps, i think the best way is use a sticky service that every x minutes, get the position and do some stuff.
How about android O and sticky service? Is there another idea?
Thanks all
I want to make an application that do some things when you go at specific place or you connect to a wifi.
I studied intent and service, a i think the best way to achieve this is to use a sticky service.
For wifi, i can use intent to start some things when i get a wifi change connection, but i don't understand how to do this. I tried using broadcast receiver, but some answer on forum tell to use phoneEvents, but i don't find nothing related to phone Events
For gps, i think the best way is use a sticky service that every x minutes, get the position and do some stuff.
How about android O and sticky service? Is there another idea?
Thanks all