I want to implement chatting in my android app without using any third party API's like Jabber etc., How can I do it?
I want to implement it using Socket programming, but no exact Ideas to do it, Please help me!
Thanks in advance...
I want to implement chatting in my android app without using any third party API's like Jabber etc., How can I do it?
I want to implement it using Socket programming, but no exact Ideas to do it, Please help me!
Thanks in advance...
Just create a server in one device and a client in another device and connect the both using wifi hotspot in one of your android device.regarding the server and client code u will get many easily if u google it once. remember the client and server should be connected to a same network(wifi hotspot of any one of your android device).