Android Asyncronous calls
        Posted  
        
            by Josemalive
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Josemalive
        
        
        
        Published on 2010-03-15T14:41:16Z
        Indexed on 
            2010/03/15
            14:49 UTC
        
        
        Read the original article
        Hit count: 372
        
android
|android-sdk
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.
© Stack Overflow or respective owner