android - How to synchronize all the phone contacts with my app -


in application want show option sync contacts app.
should synchronize contacts app (just facebook when go contact tab of find friends page).

so when contacts synchronized, i'll match contacts server , latter return members in contact list ones registered on server not in friends list.

so can me?
how synchronize device contacts application?

you should create sync adapter , inside should sync , observe content provider contacts.

for detailed explanation can take reference below reference. http://blogs.quovantis.com/syncing-contacts-with-an-android-application-2/


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -