Reputation: 75
I need to build a chat application in my Android application in which I want to integrate Yahoo Messenger and Gtalk. I searched many tutorials on the net but I'm unable to find a proper tutorial. Can someone suggest me a good tutorial/example on this?
Upvotes: 0
Views: 1434
Reputation: 35783
1.you need XMPP Java API on Android read docs here and here
2.short example here
3. this SO thread helpful for gtalk api
check Yahoo! Messenger IM API docs here
also this tread may help you
let me know if it helps?
Upvotes: 0
Reputation: 15701
For gtalk can try this word-press article
may helpful This android application aims at enabling you to control your phone through gtalk. It can be useful for those who prefer typing sms on a real keyboard.
here is TalkMyPhone example app
Upvotes: 2