Home
1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info
Price: $ 4.99
Lookup the user's addressbook for numbers, mail addresses, as well as chat and Twitter usernames and get information about the contact back easily.
No more dealing with cursors and SQL-statements. It's all done with a few lines using contacts.droid.
Working for Android 2.0+.
Retrieve information like the ones below easily...
It's as easy as that...
LookupMethod method = new TwitterLookup(context);
Contact contact = new Contact(context, method, "tomtasche");
System.out.println(contact.getFullname());
System.out.println(contact.getFirstname());
System.out.println(contact.getLastname());
System.out.println(contact.getAddresstype());
// ...
method = new MailLookup(context);
contact = new Contact(context, method, "tomtasche@gmail.com");
System.out.println(contact.getFullname());
System.out.println(contact.getFirstname());
System.out.println(contact.getLastname());
System.out.println(contact.getAddresstype());
// ...
Price: $ 4.99
Questions & Comments
Leave a comment
Log-in now or register for a free account.
2 years ago