# adaptive-apps-samples **Repository Path**: mirrors_android/adaptive-apps-samples ## Basic Information - **Project Name**: adaptive-apps-samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-23 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Adaptive apps samples The large screen canonical layouts are proven design patterns that provide an optimal user experience on large screen devices. The layouts are responsive and adaptive, supporting small screen phones as well as tablets, foldables, and ChromeOS devices. For more information see the [Large screen canonical layouts](https://developer.android.com/guide/topics/large-screens/large-screen-canonical-layouts) developer guide. ## Installation Clone the [adaptive-apps-samples](https://github.com/android/adaptive-apps-samples) repository, then open the canonical layout samples as projects in Android Studio. ## Available Canonical layouts and related implementations - List-Detail - [Activities](./CanonicalLayouts/list-detail-activity-embedding) - [Views and Fragments](./CanonicalLayouts/list-detail-sliding-pane) - [Jetpack Compose](./CanonicalLayouts/list-detail-compose) - Feed - [Views and Fragments](./CanonicalLayouts/feed-view) - [Jetpack Compose](./CanonicalLayouts/feed-compose) - Supporting Pane - [Views](./CanonicalLayouts/supporting-pane-views) - [Fragments](./CanonicalLayouts/supporting-pane-fragments) - [Jetpack Compose](./CanonicalLayouts/supporting-pane-compose) ## Support Stack Overflow: http://stackoverflow.com/questions/tagged/android If you find an error in the samples, please file an issue.