Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    9
    Views
    1,529

    Re: Very basic app to create a socket

    There is an awful lot to learn in Android programming. I've only been working with Android stuff for a couple of months.
  2. Replies
    9
    Views
    1,529

    Re: Very basic app to create a socket

    The site you posted the link to has some examples on how to use threads:
    Android | Examples Java Code Geeks

    Besides using threads, you might need to see how to pass data read on the thread to the...
  3. Replies
    9
    Views
    1,529

    Re: Very basic app to create a socket

    You should copy and paste the logcat contents in the thread and not use attachments that require downloads.
    Android does not allow some tasks to be done in the main GUI thread. You should study...
  4. Replies
    9
    Views
    1,529

    Re: Very basic app to create a socket

    Can you look at what is in logcat for error messages?
Results 1 to 4 of 4