lucadln / android

Android app development
3 stars 0 forks source link

DCT40: Create a loading animation for the conjugation center content #101

Closed lucadln closed 6 years ago

lucadln commented 6 years ago

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

lucadln commented 6 years ago

Ninja fix 70c7c88096a9d1f533c02234badc53b98942e756. It's acceptable for now given that it has a low impact on usability.