Blackberry: How do I import a contact list from my google account to a blackberry application?
What are the steps to use a google account to store my contact list, usin开发者_如何转开发g it as a database and linking it to eclipse, when creating a Blackberry app?
I am new to blackberry development.
To access Google data you need the Google Data Library:
http://code.google.com/p/gdata-java-client/
The developer's guide and getting started page
http://code.google.com/apis/contacts/docs/3.0/developers_guide_java.html
Please use this http://www.google.com/mobile/sync/ . It will show you how to do it.
Here is a quick example:
http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/contacts/ContactsExample.java
And don't forget to preverify the gdata library before including it into the BB project
How to preverify:
Adding JSpeex Jar file to Blackberry Project
精彩评论