Is it possible to have an Activity without UI?

Answer:  yes, if it is doing some functionality with out UI

Description: 
Generally every activity will have UI (User Interface) screens. But if programmer wants he can omit UI and do some background functionality with an Activity.
Note: To do background functionality its better to use service than an activity with out UI. It makes more sense.


No comments:

Post a Comment