Saturday, December 19, 2015

How to Address Multidex’s Impact on App Startup Speed

logo_gradle_android

Developers are likely aware that you are limited to using 65k methods within a single dex file. Google’s solution to this is to allow you to enable multidexing as a part of your build configuration. However, doing so results in a hit on app startup performance. In a Medium post, a Groupon Android engineer points out how to address the issue by using the findLoadedClass method.

No comments:

Post a Comment

Featured Post

Hackers Exploiting ProxyLogon and ProxyShell Flaws in Spam Campaigns

Threat actors are exploiting ProxyLogon and ProxyShell exploits in unpatched Microsoft Exchange Servers as part of an ongoing spam campaign

Popular Posts