Something like this from an Activity: startService(new Intent(this, RemoteSynchronizer.class));
Jeroen On 5 aug, 11:08, nikki <[email protected]> wrote: > hi Elk > > thanks for the reply. > > I am able to start the service when i specify an implicit intent to > start the service but i am not getting any clue on how to start the > service with the explicit intent i.e. actually specifying the service > class. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

