A basic app to introduce to adaptative layouts.
- running the Sports App on a tablet.
- adding SlidingPanelLayout as a library dependency.
- implementing the list-detail pattern on large screens.
- updating the second pane when an item is selected.
- adding custom back navigation.
- locking the SlidingPanelLayout to prevent users from swiping in and out.
Based on Adaptive Layouts by Google Codelabs (2022).