But Dan Morrill sad on the Google IO 2008 presentation that an Activity is "an encapsulation of a particular operation" and "optionally associated with a window (UI)"
reference --> Google I/O 2008 - Inside the Android Application Framework : http://sites.google.com/site/io/inside-the-android-application-framework So my question is, which particular operations Mr. Morrill meant that make more sense to use for this an Activity rather than a Service? On 24 Feb., 11:26, Guna <[email protected]> wrote: > It is possible to have an activity with out UI, just comment out the > setContentView() line. And you can do any other computation work and all > here. > However Activity is meant to have UI, for background running purpose we > already have service, so please check your requirement. -- 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

