The following are the measured times for every method in the onCreate() event:
setContentView(..) took 181 milliseconds
super.onCreate(..) took 27 milliseconds
conjugationCenterHandler.initializeLayoutElements() took 25 milliseconds
conjugationCenterController.onActivityCreate() took 9 milliseconds
setSupportActionBar(..) took 5 milliseconds
'conjugationCenterController = new Conjugation..' took 2 milliseconds
'conjugationCenterHandler = new ConjugationCenterHandler(this)' took about 1 millisecond
getSupportActionBar(..) took about 1 millisecond
conjugationCenterHandler.setTextViewValues(..) took about 1 millisecond
setListenersForLayoutElements() took about 1 millisecond
The following are the measured times for every method in the onCreate() event:
setContentView(..) took 181 milliseconds super.onCreate(..) took 27 milliseconds conjugationCenterHandler.initializeLayoutElements() took 25 milliseconds conjugationCenterController.onActivityCreate() took 9 milliseconds setSupportActionBar(..) took 5 milliseconds 'conjugationCenterController = new Conjugation..' took 2 milliseconds 'conjugationCenterHandler = new ConjugationCenterHandler(this)' took about 1 millisecond getSupportActionBar(..) took about 1 millisecond conjugationCenterHandler.setTextViewValues(..) took about 1 millisecond setListenersForLayoutElements() took about 1 millisecond