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)

Android Other Question

What is ANR in Android?

Options
1) When the application is not responding ANR will occur.
2) Dialog box is called as ANR
3) When Android forcefully kills an application, it is called ANR
4) None of the above
What is an anonymous class in android?

Options
1) Interface class
2) A class that does not have a name but have functionalities in it
3) Java class
4) Manifest file