MCQOPTIONS
Saved Bookmarks
| 1. |
Which method is used to launch a new activity or get an existing activity to do something new? |
| A. | Context.startActivity() |
| B. | Context.startService() |
| C. | Context.sendBroadcast() |
| D. | All of the above |
| Answer» B. Context.startService() | |