This repo contains samples built with Jetpack Compose for the Microsoft Surface Duo.
Перейти к файлу
Kristen Halper d4cb092e21
Create foldable/large screen helper module (#70)
* Create window-info module

* Update build.gradle settings

* Add helper classes

* Update ComposeGallery to use module

* Update to wm beta04 and twopanelayout alpha10

* Update Compose Gallery tests to follow new app structure

* Rename module and classes

* Update NavigationRail sample to use module

* Add window mode (~device posture) to window state

* Update companion pane to use module

* Fix module manifest formatting

* Update dual view to use module

* Update list detail to use module

* Update two page to use module

* Refactor WindowState properties

* Expose additional fold info in WindowState

fold state, isSeparating, and occlusion type

* Rename module to window state

* Rename package to windowstate

* Update large screen logic to only include expanded size class

* Add tests for window state module

* Remove FoldingFeature dependency in WindowState

* Remove redundant JWM dependencies

* Update ComposeGallery tests to use new fold state enum

* Remove unnecessary JWM imports from ComposeGallery tests
2021-12-10 15:11:37 -05:00
.github/workflows Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
CompanionPane Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
ComposeGallery Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
DualView Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
ExtendedCanvas Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
ListDetail Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
NavigationRail Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
TestUtils Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
TwoPage Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
WindowState Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
gradle/wrapper Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
screenshots Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
.gitignore NavigationRail sample (#56) 2021-10-28 14:03:03 -04:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2021-01-12 11:59:30 -08:00
CONTRIBUTING.md Rename the package for TwoPaneLayout (#32) 2021-06-22 12:04:04 -07:00
LICENSE Updating LICENSE to template content 2021-01-12 11:59:32 -08:00
README.md Update to Compose version 1.0.5 (#69) 2021-11-16 18:32:21 -05:00
SECURITY.md Initial SECURITY.md commit 2021-01-12 11:59:36 -08:00
SUPPORT.md Initial SUPPORT.md commit 2021-01-12 13:43:34 -08:00
build.gradle Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
dependencies.gradle Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00
gradle.properties Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
gradlew Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
gradlew.bat Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
ktlint.gradle Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
settings.gradle Create foldable/large screen helper module (#70) 2021-12-10 15:11:37 -05:00

README.md

page_type name languages products description urlFragment
sample Surface Duo - Jetpack Compose samples
kotlin
surface-duo
Samples showing how to use Jetpack Compose to achieve dual-screen user interface patterns. all

build-test-check Compose Version

Surface Duo Jetpack Compose Samples

This repo contains samples built with Jetpack Compose for the Microsoft Surface Duo and other large screen and foldable devices. These samples demonstrate our dual-screen user interface patterns with the new UI framework.

Please read the code of conduct and contribution guidelines.

Getting Started

When importing the code samples into Android Studio, use the repository directory as the base directory of the project. This lets you access and run all of the sample modules from within the same project.

To learn how to load apps on the Surface Duo emulator, see the documentation, and follow our blog.

Please check out our page on Jetpack Compose for Microsoft Surface Duo for more details.

Prerequisites

  • Jetpack Compose version: 1.0.5

  • Jetpack WindowManager version: 1.0.0-beta03

Contents

Sample Description
ComposeGallery ComposeGallery app icon Sample with a Microsoft Surface Duo theme that shows how to use the List Detail app pattern.
CompanionPane CompanionPane app icon Photo editor sample that shows how to build the Companion Pane app pattern in Jetpack Compose.
ExtendedCanvas ExtendedCanvas app icon Map sample that shows how to build the Extended Canvas app pattern in Jetpack Compose.
ListDetail ListDetail app icon Photo gallery sample that shows how to build the List Detail app pattern in Jetpack Compose.
DualView DualView app icon Restaurant finder sample that shows how to build the Dual View app pattern in Jetpack Compose.
Two Page TwoPage app icon E-reader sample that shows how to build the Two Page app pattern in Jetpack Compose.
NavigationRail NavigationRail app icon Nature-themed sample that shows how to use a combination of NavigationRail and BottomNavigation when building apps for large screen and foldable devices in Jetpack Compose.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

Copyright (c) Microsoft Corporation.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.