wifi chat between two or more android devices

android, chat, java, network-programming, wifi

Solution

You can be able to chat between two android devices in `Android Version 4.0`.There is an API called '`Wifi P2P`'.More information can be had from here:

http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html

Problem

I want to develop an chat application to chat between two or more android devices using wifi network.The application should be able to send or receive strings from each other. I have an experience of using Bluetooth network between pc and android. Can any give me any suggestion or right direction. Thanks in advance.

Original source