Re: [android-developers] Re: Regarding asynchronous communication in Android.

2011-06-01 Thread Kevin Anthony
I understand why you would want asynchronous communication, but can you provide more information on what your trying to achieve. On Jun 1, 2011 3:28 PM, "Ali Chousein" wrote: > You can achieve it by not making your communication synchronous. Set > aside jokes, please have a look to the link TreKin

[android-developers] Re: Regarding asynchronous communication in Android.

2011-06-01 Thread Ali Chousein
You can achieve it by not making your communication synchronous. Set aside jokes, please have a look to the link TreKing posted. On May 30, 2:30 pm, cherry e wrote: > Hi >     I am new to Android. I want to know how would we achieve > asynchronous communication in android. for efficient programm