As we know, Fragment can be an invisible worker and work in the background as Activity is running. We also know that Activity also can sent an intent to Service which also runs in the background. Why do we need Invisible Fragment when It can replace with Service. What is the difference between Service and Fragment as invisible worker. Can we treat this kind of Fragment as a Service with UI? Are there any scenarios to distinguish this two components?
-- 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

