I want to interact between two android enabled handset with same application installed, but i dont want to use any web service.
Is this possible even if i know the recipent mobile number?
If there is any way to do that then please tell me. you can also send me the link of the webpage.
If the devices are close enough, take a look at blutooth communication. Most Android devices are equipped with those.
If the devices are not near each other, you could implement a Sms parser.
But maybe if you tell us why you don’t want to use internet, we could better understand your use case.