tamir7 / Contacts

Android Contacts API
287 stars 73 forks source link

How to get all contact with mobile type number ? #25

Open nguyencongbinh opened 7 years ago

nguyencongbinh commented 7 years ago

Hello , I want to get all contacts with only mobile type number. How can I do this ?

tudor-pop commented 7 years ago

@nguyencongbinh you can get all contacts then filter them by type number using either RxJava or a for loop: Filtering a list in Java Filter using RxJava