WindowInsets Handling & Keyboard Animations

Jul 20 2021 · Kotlin 1.5.10, Android 11, Android Studio 4.1.3 and Android Studio Arctic Fox Canary 12

Part 2: Keyboard Handling in Jetpack Compose

09. Animate the Keyboard & Surrounding Views

Episode complete

About this episode
Leave a rating/review
See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 08. Adjust the System Windows

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Notes: 09. Animate the Keyboard & Surrounding Views

Congratulations! You learned how to create a seamless animation when launching the keyboard.

On the same subject, you can learn more about animations on this video course.

Are you looking to know more about window features that you could use on your app? See Resizable Apps & Multi Window Support or how to implement Picture-In-Picture mode in your app.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

You’re app is coming great so far! In this last episode you’ll see how easy it is to implement in Compose the same behavior done in episode 06: Scrolling up on your list of tasks should open the keyboard, and scrolling down should close it. Let’s see how to do so!

.nestedScroll(connection = rememberImeNestedScrollConnection()),
implementation("dev.chrisbanes.accompanist:accompanist-insets:0.6.2")