Embed Google talk inside Android application - android

I am new in Android Programming and I am trying to include GTalk application inside my application. I am trying to use XMPP server but it is not working. How can I add GTalk to my app?

I don't know if this answer is helpful or not because the question was posted a while ago, however:
This sample code may solve your problem.
Here you can find some sample code for using XXMP to communicate with Gtalk.
This post may also help.

Related

What is the best way to develop a fully featured android chat application?

I know couple of things like socket.io is a library which can be used to develop a chat application but apart from this what else is required?
What technologies are required to build a fully featured android chat app?
What is alternative of Socket.io for an android app?
You need to do a bit of research yourself on this and come back with any specific technical questions you have. You're getting down voted because your question is too general.
If you get stuck somewhere, make a new question asking for help on that particular problem. For example, if you couldn't get any response from the Node.js server in your Android app, post a question "No response from Node.js server using Socket.io" and give details. You'll get help in no time.
Search for "making a chat app android" and that should get you started.

Is there any Openfire smack Alternative for Android chat?

I am working on Chat module for Android app. I configured Open fire as XMPP server and currently using smack library in client side development. I am facing some crucial problems regarding chat.
So is there any other open source alternate library of smack?
I search whole day for the solution. But I could not got proper.
I have used Applozic chat SDK. Its worked like a charm for me easy to integrate and customize.
The open source repo link is here. Hope this helps.
I am also still finding the solution.
I think Quickblock would be the alternative.
Reference:
https://community.igniterealtime.org/thread/52092
Till now Smack is the only one java based open source XMPP client Implementation.So you have to use smack to use in android or you can use C++ client library like swiften or gloox as native. But in server side you can use any server developed following XMPP standard.

Video chat for One to one Using java code for Android

Hi I am new to developing video chat application. Please help me how can i chat?
or
Any one please let me know that how to integrate skype to my application using android.
Thanks for in advance.
Hi I am new to developing video chat application. Please help me how
can i chat?
I dont know if this will answer your question but in my experience in Session Initiation Protocol you can do Audio Calling , but the generic doesnt allow 3G and some phones ive tested doesnt work, that is why i moved to imsdroid which is using doubango framework and is working for both Video/Audio calling and they even have samples for a working simple test app .
If you still want to pursue this kind of app I suggest reading this tutorial will give you more insight on the client-side.
And this(If you want to setup your server) server freeswitch which will cater your client side for such protocol or if you want to test the client-side implementation you can as well use free sip servers as of now.
If you have manage to setup freeswitch and would like to register users dynamically i suggest reading this another tutorial to work dynamic registration for users http://saevolgo.blogspot.kr/2012/07/freeswitch-with-sip-users-in-mysql-mod.html
NOTE: freeswitch is really a tough one to setup, i was using all the resources i have just to setup dynamic registration with new users using mod_xml_curl which freeswitch has(im using Amazon ec2 instance, in which freeswitch has tutorial for amazon ec2).
I hope this will benefit you as this benefits me :)

To add web services in android is necessary the ksoap2....jar?

I am using android studio and I want to test the web service I create on .net 2010 in an android application but every tutorial or link I found is related with a "ksoap2-android-assembly-2.6.0-jar-with-dependencies.jar" library. Is this library necessary to invoke a web service? or the android studio now provide a new way to call WS...
Thanks in advice :)
Well after searching other methods to use web services I found that is not the only way, there are other ways, the thing is that ksoap2 had many helps, tutorials and continue in research... I commend it to use it.

AIM/MSN chat integration in Android

In the past few days, I tried GTalk/Facebook chat integration with Android Smack and it's working fine.
I tried to implement the same logic for AIM/MSN chat integration with Android Smack but it did not work.
Is there any special configuration needed for AIM chat integration? Please provide any way or any tutorial or reference link that can solve my problem.
Thanks in advance.
For MSN we can used LiveSDK XMPP Sample for Android
Note: There is some authentication issue in this library, I'm working on it and clear ASAP.
For AIM this API may help to get authentication.

Categories

Resources