Cookie Consent by Free Privacy Policy Generator ๐Ÿ“Œ Announcing Compose for Wear OS Beta!

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Announcing Compose for Wear OS Beta!


๐Ÿ’ก Newskategorie: Android Tipps
๐Ÿ”— Quelle: android-developers.googleblog.com

Posted by Kseniia Shumelchyk, Developer Relations Engineer, and John Nichol, Tech Lead of Compose for Wear OS

Wear OS watch with blue backgroundย 

Today weโ€™re launching the Beta release of Compose for Wear OS, our modern declarative UI toolkit designed to help developers create beautiful user experiences for Wear OS.

Compose for Wear OS adds support for watch optimized components that embrace the latest Material design for Wear OS. The components are built on top of core Compose libraries and the toolkit leverages Modern Android Development, helping accelerate the development process as a whole.

With this Beta release, Compose for Wear OS is feature complete for the 1.0 release coming later this year, and has what you need to build production-ready apps. It also means the API is stable; moving forward we'll focus on performance and polishing existing components for the 1.0 release.


In the Beta

Weโ€™ve been hard at work since last I/O to bring the best of Jetpack Compose to Wear OS, engaging with the community via Slack, gathering developer feedback on APIs, components and tooling. As a result, weโ€™ve improved a number of components such as navigation, scaling lazy lists, input and gesture support and much more.

The first Beta release follows 21 alpha releases. The major changes since the Developer Preview announcement include:


? Input components

You asked for user input components, so weโ€™ve added different composables that you can tailor for your watch app:

GIF of picker, slider, and stepper options
  • Picker lets the user select an item from a scrolling list. By default, the list of selectable items is repeated 'infinitely' in both directions, to give the impression of a rotating cylinder seen from the side. Interestingly, Picker uses ScalingLazyColumn implementation underneath and has helped to develop and hone a lot of advanced ScalingLazyColumn features.
  • Slider allows users to make a selection from a range of values and is ideal for adjusting settings like font size or brightness.
  • Stepper is a full-screen control component that allows users to make a selection from a range of values. For example, users can control the volume of their headphones.

? Dialogs

Weโ€™ve added full-screen Alert and Confirmation composables that can be used as either navigation destinations or traditional full-screen Dialogs, which will be layered over any other content. Dialog supports swipe-to-dismiss and will reveal the parent content in the background during the swipe gesture.

GIF of watch face showing playlist options

For consistency with Scaffold, a full-screen dialog displays a PositionIndicator and a Vignette.


? Progress Indicator

We added CircularProgressIndicator, a progress indicator optimized for watch screens to display progress by animating an indicator along a circular track in a clockwise direction.

GIF of watch face showing timer

โ€‹โ€‹There are several options for how CircularProgressIndicator can be used: either to show infinite progress or to express the proportion of completion of an ongoing task. Progress Indicators allow a gap in the circular track which leaves room for other content, for instance TimeText if used in full-screen.


? Page Indicator

To help you implement pagination, the UI toolkit provides a HorizontalPageIndicator component that represents the total number of pages and selected page.

GIF of watch face showing page indicator

Depending on the screen shape, the HorizontalPageIndicator will provide a form factor- specific visual indication of which page is active and how far through the pages it is.


Improvements

  • ScalingLazyColumn: improved the default behavior to be consistent with Material design for Wear OS, such as updating the scaling parameters, default extra padding and taking the size from the size of its contents.
  • Scaffold: added PageIndicator slot to guarantee correct positioning on the round screen.
  • Navigation: ensured feature parity with Compose Navigation and adding support for edge swiping to enable a great experience on full-screen and page scrolling.
  • Curved elements: added CurvedModifiers and a new DSL which enables developers to use concepts that make sense for a curved world like radial, angular, sweep, (anti-) clockwise, inner/outer. CurvedLayout is the bridge between the linear and curved worlds and curvedComposable can be used to introduce traditional composable components when it makes sense to do so.

With these recent additions, the Compose Material catalog for Wear OS now has more components than are available with View-based layouts and provides out-of-the-box implementation of the new Wear OS design guidelines.


Tools

Android Studio Electric Eel provides the latest features for the best experience developing with Compose for Wear OS:

  • Editor and tooling support improving autocomplete and editor actions
  • Wear OS-specific Composable Preview
  • ? Live edit for real-time debugging support
  • ? Compose for Wear OS project template


Horologist

Today weโ€™re also announcing the release of Horologist, a Google open source project which provides a set of Wear libraries that supplement the functionality provided by Compose for Wear OS and other Wear OS APIs.

Gears of a watch

Read about Horology

Horologist offers helpful Compose extensions:

  • Media UI components including playback control and volume screens
  • Material date and time pickers
  • Navigation-aware Scaffold with TimeText and PositionIndicator that stay in sync with scrolling and navigation screen changes.

Horologist will grow to provide developers with additional tools for building great Wear OS apps across different experiences. Check out the Horologist on Github to provide feedback and contribute general functionality that could be useful for Wear developers - and stay tuned for upcoming releases!


Get Started

Many of the development principles for mobile Compose apply to Compose for Wear OS, so if youโ€™re unfamiliar with the UI toolkit start with Jetpack Compose basics.

Weโ€™ve prepared a set of materials to help you get started with Compose for Wear OS:

Now that Compose for Wear OS has reached Beta itโ€™s a great time to get started with Compose to quickly bring your app to life or refresh your existing UI. For more information about building apps for Wear OS, check out the developer site.

Weโ€™d love to hear from you about your experiences using Compose for Wear OS and what you are able to build! Join the discussion in the Kotlin Slack #compose-wear channel and please keep providing feedback on the issue tracker.

Happy Composing!

...



๐Ÿ“Œ Announcing Compose for Wear OS Beta!


๐Ÿ“ˆ 40.65 Punkte

๐Ÿ“Œ Compose for Wear OS is now 1.0: time to build wearable apps with Compose!


๐Ÿ“ˆ 38.46 Punkte

๐Ÿ“Œ Announcing Jetpack Compose Beta!


๐Ÿ“ˆ 30.24 Punkte

๐Ÿ“Œ Now in Android: 65 - Android 13 Beta 4, Jetpack Compose 1.2 stable, Wear OS, and more!


๐Ÿ“ˆ 29.69 Punkte

๐Ÿ“Œ Now in Android: 74 - Android 13 for TV, Compose for Wear OS 1.1, Privacy Sandbox Beta, and more!


๐Ÿ“ˆ 29.69 Punkte

๐Ÿ“Œ Medium CVE-2020-7606: Docker-compose-remote-api project Docker-compose-remote-api


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Using Podman and Docker Compose - Podman 3.0 now supports Docker Compose


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Learn Jetpack Compose at Compose Camp


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Manage your Compose dependency easily with Compose BOM #Shorts


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Jetpack Compose Mastery Series Finale: 38 Key Issues in Compose UI


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Learn Jetpack Compose at a Compose Camp near you!


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Now in Android: 69 - Compose Camp, MAD Skills Compose, Android Studio Dolphin, and more!


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Writing cleaner Jetpack Compose code with the Twitter Compose Ruleset


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Jetpack Compose Mastery Part 1: A Comprehensive Guide to Building Your First Compose Application


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Jetpack Compose Mastery Part 2: Advanced Tools and Resources for Mastering Compose UI


๐Ÿ“ˆ 28.05 Punkte

๐Ÿ“Œ Announcing Jetpack Compose Alpha!


๐Ÿ“ˆ 24.98 Punkte

๐Ÿ“Œ Announcing #TheAndroidShow: Jetpack Compose!


๐Ÿ“ˆ 24.98 Punkte

๐Ÿ“Œ Announcing the #AndroidDevChallenge: Jetpack Compose


๐Ÿ“ˆ 24.98 Punkte

๐Ÿ“Œ Jetpack Compose is now 1.0: announcing Androidโ€™s modern toolkit for building native UI


๐Ÿ“ˆ 24.98 Punkte

๐Ÿ“Œ Compose for Wear OS and Tiles 1.2 libraries are now stable: check out new features!


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Outdooractive boosts user experience on wearable devices with 30% less development time using Compose for Wear OS


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Compose for Wear OS 1.1 is now stable: check out new features!


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Now in Android: 78 - Android 14 Developer Preview 2, Wear OS update, Learning Compose, and more!


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Todoist adopted Compose for Wear OS and increased its growth rate by 50%


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Now in Android: 93 - Android 14, Wear OS 4, Gestures in Jetpack Compose, and more!


๐Ÿ“ˆ 24.43 Punkte

๐Ÿ“Œ Wear OS: Android Wear erhรคlt wohl neuen Namen


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Aus Android Wear wird Wear OS by Google


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Aus Android Wear wird Wear OS by Google


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Android Wear heiรŸt jetzt Wear OS


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Android Wear heiรŸt jetzt Wear OS


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Wear OS by Google: Neue Namensgebung fรผr Android Wear


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Google Announces Wear OS, the New Name of Its Android Wear Operating System


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Google Announces Wear OS, the New Name of Its Android Wear Operating System


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Wear OS by Google: Neue Namensgebung fรผr Android Wear


๐Ÿ“ˆ 20.82 Punkte

๐Ÿ“Œ Diesel On Fadelite: Neue Fossil-Smartwatch mit Wear OS und Wear 3100


๐Ÿ“ˆ 20.82 Punkte











matomo