Designing for Split-Screen Multi-Window (Android Development Patterns S3 Ep 1)

Read the blog post: Multi-window opens up a lot of new possibilities, but designing for split-screen multi-window starts with a responsive UI (see our previous video on building a responsive UI: ). With a few special considerations for the 16:9 layout for mobile devices in portrait and the % tablet layout, you’ll have a great looking app. Just know that multi-window is enabled by default - test thoroughly, particularly for exported activities that should alw
Back to Top