Android Programming and Technical Programming Technical

On which thread broadcast receivers will work in android?

Options
1) Worker Thread
2) Main Thread
3) Activity Thread
4) None of the Above

Read Solution (Total 1)

Android Other Question

Can a user save all database updates in onStop ()?

Options
1) Yes, a user can save all database updates in onStop()
2) No, a user can save in onSavedInstance
3) No, a user can save in a Bundle
4) No, In some situations, a user can't reach onStop()
Which permissions are required to get a location in android?

Options
1) ACCESS_FINE and ACCESS_COARSE
2) GPRS permission
3) Internet permission
4) WIFI permission