I want to know is it possible to show directory list of server side in android. The directory list is just folder/file name with folder icon from server side, actually the开发者_如何学JAVA server side
Hi I have developed a game on android.Now I want to play it on wifi or 3G. I have game packets which i want to send it form client(mobile) to server then to another client2(mobile).
So I am building a web application that uses iframe submission to asynchronously submit to / pull data from an external .php service. I have a new constraint on my project that requires being able to
I have a client in Android and server in C#, they communicate through socket. I have this problem - if I run my client app in debug mode and place a breakpoint in right place - it works perfectly, but
I\'m trying to decide if this is not very nice, or not. Basically, I am writing a client server system.To make it easier and less error prone, I decided all requests/responses/etc. between client and
I\'m trying to send some data from the server to the client, but the client doesn\'t get all the data.
I have an iOS client set up with a linux C server via TCP/IP. The problem i am facing is: After the connection is done, the server waits for data (read()) and presents it in the screen once received f
I press the button to connect to the server (TCP), but i don\'t know whether it connected or not.. Here is that part of the code:
How the server know whether the push notification received by iPhone(and also the action that user performed (tapping \"Cancel\" or \"View\")). Do i need to send separate message from client to server
I got a security negotiation exception in the client part when I tried to log in to my server on another PC using the WCF client and server. It works in the local area network, but when I make the ser