1. To start an activity: You can start a new instance of an Activity by passing an Intent to startActivity() method.
2. To start a service: You can start a service to perform a one-time operation (such as download a file) by passing an Intent to startService().
3. To deliver a broadcast: You can deliver a broadcast to other apps by passing an Intent to sendBroadcast(), sendOrderedBroadcast(), or sendStickyBroadcast().
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers