java - Contacts management implementation on Android -


i'm planning implement app able manage user's contacts, things the api defined w3c

but i'm totally new android/java, not sure start.

is there library or api can use? or suggestions?

you can make use of android contacts provider api managing user's contacts. please refer this link , contacts contract.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -