|
1 | 1 | # Large screen canonical layouts
|
2 | 2 |
|
3 |
| -## This is not an official Google product |
4 |
| - |
5 | 3 | 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.
|
6 | 4 |
|
7 | 5 | For more information see the [Large screen canonical layouts](https://developer.android.com/guide/topics/large-screens/large-screen-canonical-layouts) developer guide.
|
8 | 6 |
|
9 | 7 | ## Installation
|
10 | 8 |
|
11 |
| -Clone the [user-interface-samples](https://github.com/android/user-interface-samples) repository, then open the canonical layout samples as projects in Android Studio. |
| 9 | +Clone the [adaptive-apps-samples](https://github.com/android/adaptive-apps-samples) repository, then open the canonical layout samples as projects in Android Studio. |
12 | 10 |
|
13 | 11 | ## Available Canonical layouts and related implementations
|
14 | 12 | - List-Detail
|
15 |
| - - [Activities](./list-detail-activity-embedding) |
16 |
| - - [Views and Fragments](./list-detail-sliding-pane) |
17 |
| - - [Jetpack Compose](./list-detail-compose) |
| 13 | + - [Activities](./CanonicalLayouts/list-detail-activity-embedding) |
| 14 | + - [Views and Fragments](./CanonicalLayouts/list-detail-sliding-pane) |
| 15 | + - [Jetpack Compose](./CanonicalLayouts/list-detail-compose) |
18 | 16 | - Feed
|
19 |
| - - [Views and Fragments](./feed-view) |
20 |
| - - [Jetpack Compose](./feed-compose) |
| 17 | + - [Views and Fragments](./CanonicalLayouts/feed-view) |
| 18 | + - [Jetpack Compose](./CanonicalLayouts/feed-compose) |
21 | 19 | - Supporting Pane
|
22 |
| - - [Views](./supporting-pane-views) |
23 |
| - - [Fragments](./supporting-pane-fragments) |
24 |
| - - [Jetpack Compose](./supporting-pane-compose) |
| 20 | + - [Views](./CanonicalLayouts/supporting-pane-views) |
| 21 | + - [Fragments](./CanonicalLayouts/supporting-pane-fragments) |
| 22 | + - [Jetpack Compose](./CanonicalLayouts/supporting-pane-compose) |
25 | 23 |
|
26 | 24 | ## Support
|
27 | 25 |
|
28 | 26 | Stack Overflow: http://stackoverflow.com/questions/tagged/android
|
29 | 27 |
|
30 |
| -If you find an error in the samples, please file an issue at https://github.com/android/user-interface-samples. |
| 28 | +If you find an error in the samples, please file an issue. |
31 | 29 |
|
0 commit comments