Reputation: 199
Where can I learn about network programming in android? I am writing an application which has to communicate over the wifi connection.
Upvotes: 1
Views: 5071
Reputation: 20936
To my point of view it's better to read the following sources. In the first there is an example of client and server for android using sockets. I've tried this several times so I know that the approach in this article is working. In the second link you can find links to other resources.
Upvotes: 1
Reputation: 85
For tutorial on http client, see http://www.vogella.de/articles/AndroidNetworking/article.html Mostly I have learned from the examples at http://developer.android.com/resources/browser.html?tag=tutorial
Upvotes: 0