boss
boss

Reputation: 1606

Android Client with Asynchronous Way

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

Answers (1)

Paul Burke
Paul Burke

Reputation: 25584

Take a look into AsyncTask. There are various ways to do work on separate threads. See here.

Upvotes: 1

Related Questions