I'm building an android monitoring application, In my application I want a dedicated thread for all socket tasks. Meaning that in this thread I want to use Async socket that will send and recieve all the data in the server.
I tried searching for a good example for async sockets in Android but with no luck.
Thanks, Daniel