Reviewing merge request #1801: Fixed app slowdown by commenting out two lines that do nothing
Date.toString causes calls to com.ibm.icu4jni.util.Resources.getTimeZonesNative which runs very slowly (the two lines I commented out represent 97% of the total time used for showing departures list).
With these changes, this application works perfectly on the Android AVD emulator and on my HTC Hero.
Commits that would be merged:
Version 1


Add a new comment:
Login or create an account to post a comment