In the previous tutorials, you've learned how to set up custom fonts and design views programmatically and via XML. The last topic is downloadable fonts, which is a way to reduce your app size by sharing common fonts on the user's device with other apps. If the font isn't available on the device, Android will automatically download it during the install process.
In this tutorial, you'll learn how to set this up properly.