Answer (Choose 2 answers)
Which of the following correctly describe what Android's IntentService does?
A. It is a component that provides a screen within which users can interact in order to do something
B. It expresses requests as intents & passes them between threads and/or processes
C. It's a framework that handles asynchronous requests on demand
D. It is an event handler that responds to system-side broadcast announcement
Ext 8