Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android (Java) network programming resources [closed]

I would like to develop an application for Android which would transfer data through TCP connection.

Does anyone know for any good example or book where client-server connection example could be found?

I'm quite new with Java and Android so I would be very thankful for any suggestion.

like image 203
Niko Gamulin Avatar asked Mar 08 '09 12:03

Niko Gamulin


2 Answers

It's hard to believe that this question has not been answered for more than 4 years. If somebody still needs networking examples, Android Training provides reasonable introduction to the topic. http://developer.android.com/training/basics/network-ops/index.html

like image 78
Y2i Avatar answered Sep 19 '22 19:09

Y2i


Here are a few links to help you get started..

http://osamashabrez.com/simple-client-server-communication-in-android/ http://www.vogella.com/articles/AndroidNetworking/article.html http://www.androidph.com/2008/10/android-networking-user-experience-and.html

I would also recommend you to have a look at the developer.Android documentation!

like image 21
Mr.Anonymous Avatar answered Sep 20 '22 19:09

Mr.Anonymous