Google releases source code of Santa Tracker for Android 2018
Posted by Chris Banes, Chief Elf of Android Engineering Today, we pushed the source code for Google's Santa Tracker 2018 Android app at google/santa-tracker-android , including its 17 mini-games, Santa tracking feature, Wear app and more! Visually the app looks much the same this year, but underneath the hood the app has gone on a massive size reduction exercise to make the download from Google Play as small as possible. When a user downloads the app the initial download is now just 9.2MB , compared to last year's app which was 60MB. That's a 85% reduction! 🗜️ Android App Bundle We achieved that reduction by migrating the app over to using an Android App Bundle . The main benefit is that Google Play can now serve dynamically optimized APKs to users' devices. Moreover, we were also able to separate out all of the games into their own dynamic feature modules, downloaded on demand. This is why you might have seen a progress bar when you first opened a game, we are actu