I am new to android app development. My app needs to broadcast a message on the local network with some data in it. Every device on the network gets this message. The app running on the receiving devi
I am trying access web page hosted in my dev Ubuntu machine from android emulator. I am able to browse internet from emulator but web page from the host dev machine is not accessible, giving tcp_error
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Most of the network socket examples I found for Android were one directional only. I needed a solution for a bi-directional data stream. I eventually learned of the AsyncTask. This example shows how t
I\'ve just found out, because of a stack trace reported by a \'hang\' in our fing android application:
i tried to upload the image to the server for two days but i could not post the image .the coding is compiled and run sucessfully but the imag is not write into the server.
I am making a Client Server application for my Android phone. I have created a UDP Server in Python which sits and listens for connections.
I need to receive broadcasts for network actions like network connected, disconnected etc. I am using a broadcast receiver for this purpose. Can anyone please tell me which intent action I need to cap
If开发者_Go百科 I plug the Nexus One to my computer via USB, is there a way for me to see http://localhost from the computer in the Nexus One screen?localhost is the name given to the current machine.
I want to check when the network of phone in Android goes off.开发者_开发知识库 Can I capture that event?