The Tablet Opportunity
Tablets define the "pro" mobile experience. Users spend more time and money on tablets. A stretched phone UI is a missed opportunity.
Adaptive Layouts
Use size classes (iOS) and WindowManager (Android) to detect available space. Reflow content grids from 1 column to 2-3 columns.
Navigation Patterns
Replace bottom tabs with sidebars (Navigation Rail) on large screens. This utilizes horizontal space better and allows more items.
Master-Detail Views
Show list and details side-by-side. Don't make users navigate back and forth on a 10-inch screen.
Multi-Tasking Support
Support Split View and Slide Over. Users interact with your app while watching video or taking notes. Handle dynamic resizing gracefully.
Input Methods
Support keyboard shortcuts and trackpad interaction. Tablet users often use hardware peripherals.
Testing
Test on varying screen sizes, not just one iPad. Test resizing behavior in split-screen mode.