From 80a92840972e77e98c5bac6f1268c7f04a4b768c Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Thu, 26 Nov 2020 14:32:21 +0300 Subject: [PATCH] Update README.md. --- README.md | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 04549f25cb..ee2e3ecff6 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,24 @@ at https://android.googlesource.com/platform/frameworks/support. ## Repository organization ## - * `artwork` - design artifacts - * `benchmarks` - collection of benchmarks - * `ci` - Continuous Integration helpers - * `cef` - CEF integration in Jetpack Compose - * `examples` - examples of multiplatform Compose applications for Desktop and Android - * `codeviewer` - File Browser and Code Viewer application for Android and Desktop - * `imageviewer` - Image Viewer application for Android and Desktop - * `issues` - GitHub issue tracker with an adaptive UI and ktor-client - * `todoapp` - TODO items tracker with persistence and multiple screens - * `gradle-plugins` - plugins, simplifying usage of Compose with Gradle - * `templates` - new application templates (see `desktop-template/build_and_run_from_cli_example.sh` for using without Gradle) - * `tutorials` - tutorials on using Compose for Desktop + * [artwork](artwork) - design artifacts + * [benchmarks](benchmarks) - collection of benchmarks + * [ci](ci) - Continuous Integration helpers + * [cef](cef) - CEF integration in Jetpack Compose + * [examples](examples) - examples of multiplatform Compose applications for Desktop and Android + * [codeviewer](examples/codeviewer) - File Browser and Code Viewer application for Android and Desktop + * [imageviewer](examples/imageviewer) - Image Viewer application for Android and Desktop + * [issues](examples/issues) - GitHub issue tracker with an adaptive UI and ktor-client + * [todoapp](examples/todoapp) - TODO items tracker with persistence and multiple screens + * [gradle-plugins](gradle-plugins) - a plugin, simplifying usage of Compose with Gradle + * [templates](templates) - new application templates (see `desktop-template/build_and_run_from_cli_example.sh` for using without Gradle) + * [tutorials](tutorials) - tutorials on using Compose for Desktop + * [Getting started](tutorials/Getting_Started) + * [Image and icon manipulations](tutorials/Image_And_Icons_Manipulations) + * [Mouse events and hover](tutorials/Mouse_Events) + * [Scrolling and scrollbars](tutorials/Scrollbars) + * [Menu, tray, notifications](tutorials/Tray_Notifications_MenuBar) + * [Keyboard support](tutorials/Keyboard) + * [Building native distribution](tutorials/Native_distributions_and_local_execution) + * [Window control API](tutorials/Window_API) + * [Swing interoperability](tutorials/Swing_Integration) \ No newline at end of file