SYSTEMS DEVELOPMENT ANALYSIS
APPLICATION DEVELOPMENT PROCESSES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
method
|
|
rule
|
|
flow
|
|
data transform
|
Detailed explanation-1: -activity method in British English (ækˈtɪvɪtɪ ˈmɛəd ) a type of teaching in which students acquire knowledge and understanding by participating in a set of specially designed activities, rather than by passively listening to a teacher. a study of the effects of a reading method vs.
Detailed explanation-2: -The onCreate() method is where any initialization code should go, as this method always gets called after the activity has launched but before it starts running. An activity is running when it’s visible in the foreground and the user can interact with it.
Detailed explanation-3: -Once onStop() is called then onRestart() can be called. onDestroy() is last in the order after onStop(). onDestory() is called just before an activity is destroyed and after that it is gone it is not possible to resurrect this. Simply destroyed and buried!
Detailed explanation-4: -onCreate() is called when the when the activity is first created. onStart() is called when the activity is becoming visible to the user.