Re: [android-developers] Data transfer server to client in android application.

2011-06-27 Thread Farhan Tariq
I think you first need to understand simple java server-client setups. See http://www.rgagnon.com/javadetails/java-0542.html. Once you understand the flow of the client-server model, you will be able to think clearly what you need to code. On Sat, Jun 25, 2011 at 12:04 PM, Naga K

[android-developers] Data transfer server to client in android application.

2011-06-25 Thread Naga K
Dears, How to Data transfer server to client in android application by using WiFi. Thanks Naga -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Data transfer server to client in android application.

2011-06-25 Thread TreKing
On Sat, Jun 25, 2011 at 2:04 AM, Naga K nagak.j...@gmail.com wrote: How to Data transfer server to client in android application by using WiFi. Transferring data is a very broad topic that is in no way specific to Android. Google your question to get started and if you have a more specific