Question

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?

Was it helpful?

Solution

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

OTHER TIPS

for gtalk

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

for yahoo messanger

  1. check Yahoo! Messenger IM API docs here

  2. also this tread may help you

let me know if it helps?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top