Completed
Activity vs Application context
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Optimizing Android Apps for Large Screens and New Form Factors
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Android comes in all sizes
- 3 One size does not fit all! Handle different screen sizes & aspect ratios
- 4 Different contexts of use Quick actions vs longer sessions
- 5 App Continuity Configuration changes are unavoidable
- 6 One APK for all of these devices? Android App Bundles to the rescue
- 7 New Aspect Ratios Test & support non-standard aspect ratios
- 8 Navigation Patterns Larger screens require different approaches
- 9 Layouts You have more space, use it!
- 10 Input patterns
- 11 android:resizeable Activity
- 12 Compat mode
- 13 Handling configuration changes
- 14 Multi-resume
- 15 Resources
- 16 Drag-n-drop
- 17 Activities on secondary screens
- 18 Activity vs Application context
- 19 Using secondary screens
- 20 Android Emulator
- 21 Emulator and Android 10
- 22 Android 10 Desktop Mode
- 23 Telnet interface
- 24 adb interface