> 15) What is the best way to write the code so in case the API Level is > below 5, some of the contacts actions can still be done correctly.
Here's an excellent example that uses new ContactsContact APIs when available, or otherwise falls back to the original API: http://code.google.com/p/android-business-card/ -- Jeff Sharkey [email protected] -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

