I would like to perform a certain operation every time a user adds a new contact in the Android Contacts application. It would include using the new contact's information.
Is there an easy way to do this? Is there some event that can be listened for or do I have to extend the Contacts application itself? Or should I just think of some other approach if this is not feasible.