I have studied in a book that “In Android, an application can have zero or more activities. Typically applications have one or more activities…”.
So what are the situations where an application can have “zero” activities? Is there any example of such an application?
When you are using some
service. Just take anexampleofSoftKeyBoardservice demo provided by Android.If you want to see, just open Eclipse
File > New > Other > Android_Sample_Project > select version(2.2 o other) > SoftKeyboard >…