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

