well fuck... so the guy copied code from a post saying "this code isnt
working" and now he's asking people to fix it for him? damn.
On Sunday, June 23, 2013 3:45:18 AM UTC+3, Peter Teoh wrote:
>
> Based on your client and server code, which is found here (copied
> wholesale):
>
>
> http://s
Based on your client and server code, which is found here (copied
wholesale):
http://stackoverflow.com/questions/8045796/server-client-android-to-pc-communication-issue
I think I can guess what u are looking for. You are looking for a piece
of code that run on the "server", which in your case
It's not to make you go away, it's just saying: learn to use the
debugger. Once you have something that's going wrong with your
program report back and ask for help.
Otherwise nobody knows what to look for, one person could see the
program works completely fine, one person could see it won't comp
thanks Friend...i will keep ur words...
On 21 June 2013 18:55, Kristopher Micinski wrote:
> Nobody here is going to check your code, why don't you debug it
> yourself and show some effort that you actually tried to diagnose the
> problem: perhaps by debugging and stepping through your code. The
Nobody here is going to check your code, why don't you debug it
yourself and show some effort that you actually tried to diagnose the
problem: perhaps by debugging and stepping through your code. Then
when you find out what might be wrong report back and people can give
some advice.
Nodbody is go
package com.in2em.server;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintStream;
import java.net.InetAddress;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
public static void main(String[] args) {
Please friend check my code..
On 21 June 2013 18:16, Ibrahim Sada wrote:
> package com.in2em.server;
>
> import java.io.BufferedReader;
> import java.io.IOException;
> import java.io.InputStreamReader;
> import java.io.PrintStream;
> import java.net.InetAddress;
> import java.net.ServerSocket;
>
package com.in2em.clientactivity;
import java.io.BufferedWriter;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.InetAddress;
import java.net.Socket;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.util.Log;
import an
if u want i can send u my code...
On 21 June 2013 17:58, Kristopher Micinski wrote:
> Please talk in more understandable English :-),
>
> What specifically are you having trouble with? There's no special
> function you have to call on Android that makes things "magically
> work."
>
> Kris
>
> On
Please talk in more understandable English :-),
What specifically are you having trouble with? There's no special
function you have to call on Android that makes things "magically
work."
Kris
On Fri, Jun 21, 2013 at 8:18 AM, Ibrahim Sada wrote:
> I used bro..i can do java server client properly
I used bro..i can do java server client properly..bt i cant do server as
java and android as client
i cant do yaar
On 21 June 2013 17:36, Kristopher Micinski wrote:
> You should just be able to use any Java sockets tutorial, that isn't
> the hard part,
>
> Kris
>
> On Fri, Jun 21, 2013 at 6:
You should just be able to use any Java sockets tutorial, that isn't
the hard part,
Kris
On Fri, Jun 21, 2013 at 6:53 AM, Ibrahim Sada wrote:
> Hi Friends I Want To Connect Server As Pc And Client As Android
> device(emulator)
> After connecting i want to sends and recive mesgs from eachothers..
Hi Friends I Want To Connect Server As Pc And Client As Android
device(emulator)
After connecting i want to sends and recive mesgs from eachothers..
I Am not able to do so..
Please Help me put friends please
Thanks...In Advance
--
--
You received this message because you are subscribed to the Go
13 matches
Mail list logo