What is the life cycle of broadcast receivers in android?

A - send intent

B - onRecieve

C - implicitBroadcast

D - sendBroadcast, sendOrderBroadcast, and sendStickyBroadcast.


B - onRecieve

Computer Science & Information Technology

You might also like to view...

Which of the following portable apps is a browser?

A. Thunderbird B. LibreOffice Portable C. Firefox D. FileZilla

Computer Science & Information Technology

Which of the following conversions do not follow the dropping all constants rule?

a. 3^n + 5(n^2) + 8 -> 5(n^2) b. 3mn -> 3mn c. 5n + 44(n^2) + 4 -> 5n + 44(n^2) d. 4 + 5 log n -> 5 log n

Computer Science & Information Technology

The number of bytes of memory used by a variable depends on its ___________.

A. value B. name C. data type D. size

Computer Science & Information Technology

In the statement x= a+b * c%e which is the first operation that is performed when this C++ statement is executed?

A. a + b B. b * c C. c %e D. x = a

Computer Science & Information Technology