I am making a small whats app like chat application . As i know whenever a new
contact is added to android device , what's app sends request to what's app server
for verifying that contact number is active on what's app or not , if it is active
it adds what's app icon to that contact. Same thing i want to apply for this .
whenever a new contact is added to contact list , it must send request to
server .
So how can i do this in my app. how can i start new service whenever a new
contact is added .
Plz help . Thank you.