Re: [android-developers] Socket Programing

2013-06-23 Thread Piren
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

Re: [android-developers] Socket Programing

2013-06-22 Thread Peter Teoh
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Kristopher Micinski
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Kristopher Micinski
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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) {

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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; >

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Kristopher Micinski
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

Re: [android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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:

Re: [android-developers] Socket Programing

2013-06-21 Thread Kristopher Micinski
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..

[android-developers] Socket Programing

2013-06-21 Thread Ibrahim Sada
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