Tag

WindowInsets

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Jul 13, 2022 · Mobile Development

Understanding Window, Insets, and WindowInsets in Android: Concepts, APIs, and Practical Usage

This article explains the fundamental concepts of Window, Insets, and WindowInsets in Android, describes the different inset types, demonstrates how to retrieve and apply them with modern AndroidX APIs, and provides practical Kotlin code examples for handling system UI elements such as status bars, navigation bars, and the soft keyboard.

AndroidAndroidXKotlin
0 likes · 10 min read
Understanding Window, Insets, and WindowInsets in Android: Concepts, APIs, and Practical Usage
ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Sep 15, 2021 · Mobile Development

Understanding Flutter Keyboard Invocation Process and Solutions to Common Issues

This article explains the Flutter soft‑keyboard invocation flow on Android and iOS, analyzes page‑repaint and animation problems such as stutter on specific devices, and presents practical fixes including performance flags, MediaQuery handling, and native input adjustments.

AndroidFlutterMediaQuery
0 likes · 16 min read
Understanding Flutter Keyboard Invocation Process and Solutions to Common Issues