• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Sending a Text Srting using Wifi from ICS Android??

Hello!!! Everyone i am new to this forum and also new to android app development.

I want to develop a simple app which send a small string like "arun" to other device which can receive data using wifi..

Can anyone provide me help in this regard...

Thanks in advance
 
I've moved your thread to the Developer 101 forum where folks will help you get started.:)
 
I've moved your thread to the Developer 101 forum where folks will help you get started.:)

Actually i am new in this forum.. that's don't know where to post..


Anyways Thanks... alot...

I am also having one problem....
I had installed ADT plugin for ecllipse and after that when i create a new device having Ice Cream Sandwich OS 4.0.3 ...

But when i start this emulator it takes a lot of time...
Till now my android has not started... its only showing booting android on the screen...
 
Do you mean over traditional TCP wifi or over wifi direct (the new featiure to ICS)?


Actually i am not having that much idea..

Actually i am having micromax funbook tablet having ics in it..
it is having wifi ieee 802.11 b/g

so i don't know what exactly is wifi direct and what is the difference b/w wifi and wifi direct...

so any idea pls..
i think i have to implement it normally following ieee 802.11 b/g standards
 
TCP is one of the traitional networking protocols and is used in standard Socket connections.

You'll need to use a ServerSocket on the device that will act as the server, and use a Socket on the device that is acting as the client.
 
Back
Top Bottom