Reputation: 1606
I am trying to make a client with asynchronous. I am not good in Java. Then its a bit difficult for me. I want to recieve and send data as much as performance.. And I think Asynchronous is the best option for it? I wanted to use cometd but its more complicated.. anyway What can I do for it? or Which way I should follow?
Thank you
Upvotes: 0
Views: 247
Reputation: 25584
Take a look into AsyncTask. There are various ways to do work on separate threads. See here.
Upvotes: 1