Tag

Screen Orientation

2 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Apr 16, 2025 · Mobile Development

Android 16 Screen Orientation Deprecation and Large Screen Adaptation Guide

Starting with Android 16, Google deprecates manifest screen‑orientation and resizability attributes for large‑screen devices (sw ≥ 600dp), forcing apps targeting API 36+ to adopt responsive layouts—such as Compose window‑size classes, TwoPane, Activity Embedding, or Flutter frameworks—while offering a temporary opt‑out property before mandatory adaptation in API 37.

Activity EmbeddingAndroid 16Android Development
0 likes · 8 min read
Android 16 Screen Orientation Deprecation and Large Screen Adaptation Guide
vivo Internet Technology
vivo Internet Technology
Jul 13, 2022 · Mobile Development

Cross-Device Adaptation Solutions for Android Applications

The article examines the challenges of adapting Android apps for smartphones, foldable phones, and tablets, and proposes a unified, single‑code‑base solution that dynamically adjusts layouts, orientations, and UI elements to reduce development costs while delivering consistent, optimal user experiences across diverse device screens.

Android DevelopmentCode ImplementationCross-Device Adaptation
0 likes · 18 min read
Cross-Device Adaptation Solutions for Android Applications