Anyone knows of a good addressbook implementation?
Posted
by Tsahi Levent-Levi
on Stack Overflow
See other posts from Stack Overflow
or by Tsahi Levent-Levi
Published on 2009-12-16T07:06:28Z
Indexed on
2010/04/21
5:03 UTC
Read the original article
Hit count: 336
I am looking to add an address book to one of my programs. For that purpose, I want to have something that is flexible and customizable to the point of allowing me to hook up additional metadata to contacts in it from third parties.
I don't mind paying for a solution as long as I get something that is usable for me.
My requirements:
- Optimized to run on embedded devices
- Preferably in source code form
- Ability to add my own fields to contacts over those the address book provides out of the box
- Ability to plugin "stuff" to it to enhance it without changing its base code too much
- Has a C or C++ interface
© Stack Overflow or respective owner