Re: [android-developers] Starting an Activity from a callback class

2010-08-19 Thread TreKing
On Wed, Aug 18, 2010 at 2:58 PM, Priyank priyankvma...@gmail.com wrote: The service class takes about 5 seconds to complete its task and calls a method which is present in another class(Callback Class). What Callback class? There's quite a few defined in the docs. But this is not working.

[android-developers] Starting an Activity from a callback class

2010-08-18 Thread Priyank
Hi, I have an activity class(Application Class ) which calls a service class(Service Class) and closes. The service class takes about 5 seconds to complete its task and calls a method which is present in another class(Callback Class). Now according to the result, the callback needs to notify the

RE: [android-developers] Starting an Activity from a callback class

2010-08-18 Thread Tommy
PM To: Android Developers Cc: priyankvma...@gmail.com Subject: [android-developers] Starting an Activity from a callback class Hi, I have an activity class(Application Class ) which calls a service class(Service Class) and closes. The service class takes about 5 seconds to complete its task