I want to store some additional data for each contact on Android.
I would have in mind creating my own database table for it, and then bind them to the real contact via a unique id.
I am wondering if Android has built in functionality to store additional data against contacts?
EDIT 2
Is there a defined field for birthday of the contact?
How do I store a date field?