Personal License $4.99

1 application Binary restricted distribution Commercial use allowed Can modify source Read full license | More Info

You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

Price: $ 4.99

View Pricing 14 days money-back guarantee

contacts.droid

contacts.droid simplifies dealing with contacts and addresses on Android.

Share and win up to $15k in prizes each month!Learn more

Share

Description

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+.

Back to top

What it does

Retrieve information like the ones below easily...

  • Nickname
  • Firstname
  • Lastname
  • Type or custom label of the address you used for querying.
Back to top

Simple Sample

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());

// ...
Read all 1 comments »

Questions & Comments

Leave a comment

You must be logged-in to leave a comment.
Log-in now or register for a free account.
You must be logged-in to vote. Log-in to your account or register now.

User Reviews

No reviews have been submitted yet.

Price: $ 4.99

View Pricing 14 days money-back guarantee