I'm trying to make a text-view which on click shows the contact or when we type any letter its shows suggestions of contact. I'm able to read contact from contact book,now i want a text-view which shows only WHATS-APP contact to select. please help me out to read WHATS APP contacts.
Asked
Active
Viewed 5,439 times
7
-
you can use shared prefrence. – rajshree Feb 21 '14 at 05:49
-
shared preference can be used to retrieve the data,here my point is to open WHATS APP contact list. Its nothing to relate with shared preference – Yushi Feb 21 '14 at 05:52
-
@eduardohl no that is not duplicate. They didn't ask for api. – Chintan Khetiya Feb 21 '14 at 05:58
-
Nice question , but at the end whats app have no any api so you can't do this – Chintan Khetiya Feb 21 '14 at 07:00
-
pls check http://stackoverflow.com/questions/866769/how-to-call-android-contacts-list?rq=1 – Maveňツ Feb 21 '14 at 07:21
-
is there any way to open whats app contact list..? – Yushi Feb 21 '14 at 07:34
-
@Yushi try this http://stackoverflow.com/questions/35448250/how-to-get-only-whatsapp-contact-from-android for retrieve all whatsapp account contacts.. – Mansukh Ahir Feb 18 '16 at 06:04
1 Answers
0
I'm not at 100% sure, but I think WhatsApp does not have a API or so you could use and because WhatsApp also only reads the contact list and compare this with their database, it seems that there is no way. I know that there were API's, but they weren't made by WhatsApp themself and were deleted for "WhatsApp Inc.'s copyrights and trademarks". I read that this was a libary or API or something like this for WhatsApp: https://github.com/tgalal/yowsup But it's also deleted for DMCA issues.

fmaster
- 1
- 1
- 4
-
hi fmaster, thanks for your reply is there any alternative way to open whats app contact list,if no api support is there. – Yushi Feb 22 '14 at 06:45