Android Asyncronous calls
- by Josemalive
Hi,
Im making an asyncronous call from a client class to a server class.
From this client class i call the method "execute", and in background the server class call the "doInBackground" method.
How could i know from the client class when the "doInBackground" is finished? Should i implement an event on the server class and suscribe to it from the client one?
Thanks in advance.
Best Regards.
Josema.