Google releases source code for Google I/O 2019 for Android
Posted by Takeshi Hagikura, Developer Programs Engineer Today we're releasing the source code for the official Google I/O 2019 Android app. This year's app substantially modified existing functionality and added several new features. In this post, we’ll highlight several notable changes. Android Q out of the box Gesture navigation Android Q introduced an option for fully gestural navigation , allowing the user to navigate back and to the home screen using only gestures. To support gesture navigation, app developers need to do two things: Extend app content to draw edge-to-edge Handle any conflicting app gestures The Google I/O 2019 app was one of the first apps to support fully the gestural navigation. For more details, check out this series of blog posts about gesture navigation and the commit in the Google I/O app repository that extended the content to draw edge-to-edge. Gesture navigation navigating back and to the home screen Dark theme Another new feature that was in...