How the Activity executes in terms of Java Steps
Hello All,
I just went through the Generated Java for the Activity and found that each step in the activity is converted as a method step1_circum0(), step2_circum0() and there is an perform() method which calls all of these methods(steps).
How is this perform() method is executed and when it will execute and when the object for this class(activity) is instantiated ?
Can you please help me understanding this ?