COMPUTER APPLICATIONS
ENTERPRISE RESOURCE PLANNING ERP SOFTWARE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Activities (activities or actions) that arise as a result of events and usually require time to carry out in the process are referred to as:
|
Events
|
|
Activity
|
|
Task
|
|
Point of decision
|
|
Outcomes
|
Explanation:
Detailed explanation-1: -The intent filters tell Android which activities can handle which actions. If Android is given an intent, it should find out what activities can manage it. This process is known as intent resolution. Intent filters provide explicit intent and implicit intent.
Detailed explanation-2: -Android activity is the subclass of ContextThemeWrapper class. The Activity class defines the following call backs i.e. events. You don’t need to implement all the callbacks methods. However, it’s important that you understand each one and implement those that ensure your app behaves the way users expect.
There is 1 question to complete.