Google I/O 19

     

Google IO 2019

This year I had the good fortune to be able to attend Google I/O. It was my first time at I/O so I wasn’t terribly sure what to expect, other than it would be primarily outdoors. Overall it ended up being a great experience that I was able to get a lot of good notes out of. My session notes are below:

Developer Keynote

What’s new in Android

Modular Architecture

Foldable Support

What’s New in UI

Android App Actions

  1. Logging the result of the action to Firebase.
  2. Handling search common intents as a fallback
  3. Implement the Assistant API in your app.
  4. Test & Deploy your app.

What’s New in Android Architecture

Kotlin, 2 Years In

Android Studio Build System

Android Fast Pair

What’s New in Android Security

What’s New in Q UI

Developing Smarter Animations

  1. Reentrant - The animation can be interrupted and called again at any time.
  2. Continuous - The animation should not have discontinuities in its position over time (it shouldn’t jump).
  3. Smooth - The animation should not have discontinuities in its velocity over time (it shouldn’t jerk).

Build Testable Apps

comments powered by Disqus