
[This post is by Fred Chung, who’s an Android Developer Advocate — Tim Bray]The Dalvik VM provides facilities for developers to perform custom class loading. Instead of loading Dalvik executable (“dex”) files from the default location, an application can load them from alternative locations such as internal storage or over the network. This technique is not for every application;...