Skip to content

Commit 1dcc9cb

Browse files
committed
link to newer Jetpack Window Manager samples
1 parent 023bdba commit 1dcc9cb

4 files changed

Lines changed: 12 additions & 14 deletions

File tree

PhotoEditor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ urlFragment: photo-editor
1111

1212
# PhotoEditor
1313

14-
This Kotlin application implements a simple photo editor that lets users select, edit, and save images. Screenshots of the application and its behavior are available [here](screenshots/).
14+
This Kotlin application implements a simple photo editor that lets users select, edit, and save images. There is an [updated version](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/PhotoEditor) that supports all foldable devices.
1515

1616
## Getting Started
1717

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,27 @@
11
![App samples CI](https://github.com/microsoft/surface-duo-app-samples/workflows/App%20samples%20CI/badge.svg)
22

3-
# Surface Duo app samples
3+
# Surface Duo app samples (deprecated)
44

5-
This repo contains sample Android applications for Microsoft Surface Duo.
5+
This repo contains sample Android applications that are optimized for Microsoft Surface Duo but not other foldable devices. These samples have been deprecated in favor of more responsive versions here:
66

7-
## Getting Started
7+
https://github.com/microsoft/surface-duo-window-manager-samples
88

9-
To learn how to load apps on the Surface Duo emulator, see the [documentation](https://docs.microsoft.com/dual-screen/android), and follow [the blog](https://devblogs.microsoft.com/surface-duo).
9+
## Updated versions
1010

11-
## Contents
11+
Follow these links to the updated versions that work on all foldable devices:
1212

13-
### [PhotoEditor](https://github.com/microsoft/surface-duo-app-samples/tree/main/PhotoEditor)
13+
### [PhotoEditor](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/PhotoEditor)
1414

1515
Includes examples of the [companion pane](https://docs.microsoft.com/dual-screen/introduction#dual-view) app pattern, drag and drop import for images, and [UI testing](https://docs.microsoft.com/dual-screen/android/espresso-ui-tests).
1616

17-
### [SourceEditor](https://github.com/microsoft/surface-duo-app-samples/tree/main/SourceEditor)
17+
### [SourceEditor](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/SourceEditor)
1818

1919
Includes examples of the [dual view](https://docs.microsoft.com/dual-screen/introduction#dual-view) app pattern, drag and drop import for text, and [UI testing](https://docs.microsoft.com/dual-screen/android/espresso-ui-tests).
2020

21-
### [TwoNote](https://github.com/microsoft/surface-duo-app-samples/tree/main/TwoNote)
21+
### [TwoNote](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/TwoNote)
2222

2323
Includes examples of the [list-detail](https://docs.microsoft.com/dual-screen/introduction#master-detail) and [extended canvas](https://docs.microsoft.com/dual-screen/introduction#extended-canvas) app patterns, drag and drop import for text and images, and pen events.
2424

25-
### [Widget](https://github.com/microsoft/surface-duo-app-samples/tree/main/Widget)
26-
27-
Includes example of how to create widgets that display RSS feed data.
28-
2925
## Related links
3026

3127
- [SDK samples (Java)](https://github.com/microsoft/surface-duo-sdk-samples)

SourceEditor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ urlFragment: source-editor
1111

1212
# SourceEditor
1313

14-
This sample contains a Kotlin application designed for Surface Duo. The application is an HTML editor that enables real-time rendering of formatted source code. Making use of the [dual view](https://docs.microsoft.com/dual-screen/introduction#dual-view) app pattern, users are able to edit and preview any changes simultaneously without switching windows.
14+
This sample contains a Kotlin application designed for Surface Duo. The application is an HTML editor that enables real-time rendering of formatted source code. Making use of the [dual view](https://docs.microsoft.com/dual-screen/introduction#dual-view) app pattern, users are able to edit and preview any changes simultaneously without switching windows. There is an [updated version](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/SourceEditor) that supports all foldable devices.
1515

1616
## Getting Started
1717

TwoNote/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ urlFragment: two-note
1313

1414
This sample integrates various dual-screen app features into a note-taking app for the Surface Duo. Users can view and edit notes via the [list-detail](https://docs.microsoft.com/dual-screen/introduction#master-detail) or [extended canvas](https://docs.microsoft.com/dual-screen/introduction#extended-canvas) dual-screen app patterns. Each note may contain text and images, which can both be imported through drag/drop. In addition, users can add drawings and annotations to their notes with pen events.
1515

16+
There is an [updated version](https://github.com/microsoft/surface-duo-window-manager-samples/tree/main/TwoNote) that supports all foldable devices.
17+
1618
## Getting Started
1719

1820
To learn how to load apps on the Surface Duo emulator, see the [documentation](https://docs.microsoft.com/dual-screen/android), and follow [the blog](https://devblogs.microsoft.com/surface-duo).

0 commit comments

Comments
 (0)