This repo contains samples built with Jetpack Compose for the Microsoft Surface Duo.
Перейти к файлу
Joy Liu b63ee37154
Update samples with ComposeTesting and remove TestUtils module (#82)
* Update CompanionPane with ComposeTesting

* Update ComposeGallery with ComposeTesting

* Update ListDetail with ComposeTesting

* Update NavigationRail with ComposeTesting

* Update TwoPage with ComposeTesting

* Update DualView with ComposeTesting

* Update ExtendedCanvas with ComposeTesting

* Remove TestUtils module

* Update wildcard import

* Remove the magic number

* Fix the ktlint error

* Move to JC 1.1.0

* Remove JWM testing dependency

* Address comments

* Remove customized ViewSize for DualView

* Update dependency

* Update with ComposeTesting alpha02
2022-02-11 15:38:27 -08:00
.github/workflows Move TwoPaneLayout to separate repo (#68) 2021-11-11 09:04:20 -05:00
CompanionPane Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
ComposeGallery Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
DualView Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
ExtendedCanvas Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
ListDetail Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
NavigationRail Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
TwoPage Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08:00
gradle/wrapper Use correct fold size units and update content drawer logic (#80) 2022-02-02 18:00:40 -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 samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08: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 Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08: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 Use correct fold size units and update content drawer logic (#80) 2022-02-02 18:00:40 -05:00
settings.gradle Update samples with ComposeTesting and remove TestUtils module (#82) 2022-02-11 15:38:27 -08: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.1.0

  • Jetpack WindowManager version: 1.0.0

  • Android Studio version: Bumblebee 2021.1.1

Microsoft Compose Libraries

The samples are built with Microsoft Compose libraries, TwoPaneLayout, WindowState and ComposeTesting.

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.