문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top