ANDROID APP

[DevFest Nantes 2018] Optimize App Downloads with Android App Bundle and Dynamic Supply



Speaker : Adarsh Fernando

An Android App Bundle is a brand new add format that features all of your app’s compiled code and assets, however defers APK era and signing to Google Play.

Google Play’s new app serving mannequin, known as Dynamic Supply, then makes use of your app bundle to generate and serve optimized APKs for every consumer’s gadget configuration, in order that they obtain solely the code and assets they should run your app. You now not need to construct, signal, and handle a number of APKs to help totally different gadgets, and customers get smaller, extra optimized downloads. Moreover, you possibly can add dynamic function modules to your app mission and embrace them in your app bundle.

On this discuss, we talk about find out how to configure your app to construct app bundles and take advantage of out of Dynamic Supply; use the Play Console to examine and handle your app bundle; check your app bundle regionally utilizing bundletool and combine these exams into you CI builds; and use the Play Core Library API to request, monitor, and handle on demand downloads.

source