00conan00
00conan00
Dear developers, I am analyzing CampFahrplan using a static code checker. I found some potential slow operations in CampFahrplan's UI thread. Android documentation says this: http://developer.android.com/training/articles/perf-anr.html "Any method that runs...
Dear developers, I love TintBrowser, and recently I am writing a static code analysis tool to conduct performance analysis for Android apps. I found several violations of "view holder" patterns...
Dear developers, I am analyzing Tint using a static code checker. I found some potential slow operations in Tint's UI thread. Android documentation says this: http://developer.android.com/training/articles/perf-anr.html "Any method that runs...
Dear developers, I am a big fan of TintBrowser, and recently I am writing a static code analysis tool to conduct performance analysis for Android apps. I found several violations...