Android
Programming and Technical
Programming
Technical
What is the life cycle of broadcast receivers in android?
Options
1) send intent()
2) onRecieve()
3) implicitBroadcast()
4) sendBroadcast(), sendOrderBroadcast(), and sendStickyBroadcast()
Read Solution (Total 2)
-
- 2)onRecieve- There is only one fn. in broadcast reciever
- 7 years agoHelpfull: Yes(0) No(0)
- 2) onRecieve()
- 7 years agoHelpfull: Yes(0) No(0)
Android Other Question