Android How to know which Contacts have my application installed? -


i'm creating application need know in contacts has application installed on phone. have contact list in listview displayed in application, contacts shown need restricted have application installed. there way tell? thanks!

you're gonna have store information somewhere in cloud.

you need activity or service store user information somewhere (eg dababase) , you'll have info users there in order filter list view's adapter.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -