Pregunta

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?

¿Fue útil?

Solución

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

Otros consejos

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?

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top