What’s new in Put on OS 6

0
2
What’s new in Put on OS 6



What’s new in Put on OS 6

Posted by Chiara Chiappini – Developer Relations Engineer

This 12 months, we’re excited to introduce Put on OS 6: essentially the most power-efficient and expressive model of Put on OS but.

Put on OS 6 introduces the brand new design system we name Materials 3 Expressive. It contains a main refresh with visible and movement parts designed to present customers an expertise with extra personalization. The brand new design gives an awesome degree of expression to fulfill person demand for experiences which are fashionable, related, and distinct. Materials 3 Expressive is coming to Put on OS, Android, and all of your favourite Google apps on these units later this 12 months.

The excellent news is that you just don’t have to compromise battery for magnificence: due to Put on OS platform optimizations, watches updating from Put on OS 5 to Put on OS 6 can see as much as 10% enchancment in battery life.1

Put on OS 6 developer preview

Immediately we’re releasing the Developer Preview of Put on OS 6, the subsequent model of Google’s smartwatch platform, primarily based on Android 16.

Put on OS 6 brings plenty of developer-facing adjustments, resembling refining the always-on show expertise. Take a look at what’s modified and attempt the brand new Put on OS 6 emulator to check your app for compatibility with the brand new platform model.

Materials 3 Expressive on Put on OS

moving image displays examples of Material 3 Expressive on Wear OS experiences

Some examples of Materials 3 Expressive on Put on OS experiences

Materials 3 Expressive for the watch is totally optimized for the spherical show. We suggest builders embrace the brand new design system of their apps and tiles. That will help you undertake Materials 3 Expressive in your app, we’ve got begun releasing new design steerage for Put on OS, together with corresponding Figma design kits.

As a developer, you will get entry the Materials 3 Expressive on Put on OS utilizing new Jetpack libraries:

These two libraries present implementations for the parts catalog that adheres to the Materials 3 Expressive design language.

Make it private with richer colour schemes utilizing themes

moving image showing how dynamic color theme updates colors of apps and Tiles

Dynamic colour theme updates colours of apps and Tiles

The Put on Compose Materials 3 and Put on Protolayout Materials 3 libraries present up to date and prolonged colour schemes, typography, and shapes to deliver each depth and selection to your designs. Moreover, your tiles now align with the system font by default (on Put on OS 6+ units), providing a extra cohesive expertise on the watch.

Each libraries introduce dynamic colour theming, which mechanically generates a colour theme in your app or tile to match the colours of the watch face of Pixel watches.

Make it extra glanceable with new tile parts

Tiles now assist a brand new framework and a set of parts that embrace the watch’s round type issue. These parts make tiles extra constant and glanceable, so customers can extra simply take swift motion on the data included in them.

We’ve launched a 3-slot tile structure to enhance visible consistency within the Tiles carousel. This structure features a title slot, a primary content material slot, and a backside slot, designed to work throughout a variety of various display sizes:

moving image showing some examples of Tiles with the 3-slot tile layout

Some examples of Tiles with the 3-slot tile structure.

Spotlight person actions and key info with parts optimized for spherical display

The brand new Put on OS Materials 3 parts mechanically adapt to bigger display sizes, constructing on the Giant Show assist added as a part of Put on OS 5. Moreover, parts resembling Buttons and Lists assist form morphing on apps.

The next sections spotlight a few of the most fun adjustments to those parts.

Embrace the spherical display with the Edge Hugging Button

We launched a brand new EdgeButton for apps and tiles with an iconic design sample that maximizes the house inside the round type issue, hugs the sting of the display, and is available in 4 normal sizes.

moving image of a sreenshot representing an EdgeButton in a scrollable screen.

Screenshot representing an EdgeButton in a scrollable display.

Fluid navigation by means of lists utilizing new indicators

The brand new TransformingLazyColumn from the Basis library makes expressive movement simple with movement that fluidly traces the sides of the show. Builders can customise the collapsing conduct of the record when scrolling to the highest, backside and each side of the display. For instance, parts like Playing cards can scale down as they’re nearer to the highest of the display.

moving image showing a TransformingLazyColumn with content that collapses and changes in size when approaching the edge of the screens.
.

TransformingLazyColumn permits content material to break down and alter in dimension when approaching the sting of the screens

Materials 3 Expressive additionally features a ScrollIndicator that contains a new visible and movement design to make it simpler for customers to visualise their progress by means of a listing. The ScrollIndicator is displayed by default while you use a TransformingLazyColumn and ScreenScaffold.

moving image showing side by side examples of ScrollIndicator in action

ScrollIndicator

Lastly, now you can use segments with the brand new ProgressIndicator, which is now out there as a full-screen element for apps and as a small-size element for each apps and tiles.

moving image  showing a full-screen ProgressIndicator

Instance of a full-screen ProgressIndicator

To be taught extra in regards to the new options and see the total record of updates, see the discharge notes of the most recent beta launch of the Put on Compose and Put on Protolayout libraries. Take a look at the migration steerage for apps and tiles on methods to improve your current apps, or attempt one in all our codelabs if you wish to begin creating utilizing Materials 3 Expressive design.

Watch Faces

With Put on OS 6 we’re launching updates for watch face builders:

    • New choices for customizing the looks of your watch face utilizing model 4 of Watch Face Format, resembling animated state transitions from ambient to interactive and photograph watch faces.
    • A brand new API for constructing watch face marketplaces.

Study extra about what’s new in Watch Face updates.

Search for extra details about the final availability of Put on OS 6 later this 12 months.

Library updates

ProtoLayout

Since our final main launch, we have improved capabilities and the developer expertise of the Tiles and ProtoLayout libraries to handle suggestions we obtained from builders. A few of these enhancements embody:

The instance beneath exhibits methods to show a structure with a textual content on a Tile utilizing new enhancements:

// returns a LayoutElement to be used in onTileRequest()
materialScope(context, requestParams.deviceConfiguration) {
    primaryLayout(
        mainSlot = {
            textual content(
                textual content = "Hiya, World!".layoutString,
                typography = BODY_LARGE,
            )
        }
    )
}

For extra info, see the migration directions.

Credential Supervisor for Put on OS

The CredentialManager API is now out there on Put on OS, beginning with Google Pixel Watch units operating Put on OS 5.1. It introduces passkeys to Put on OS with a platform-standard authentication UI that’s according to the expertise on cell.

The Credential Supervisor Jetpack library gives builders with a unified API that simplifies and centralizes their authentication implementation. Builders with an current implementation on one other type issue can use the identical CredentialManager code, and a lot of the similar supporting code to satisfy their Put on OS authentication workflow.

Credential Supervisor gives integration factors for passkeys, passwords, and Register With Google, whereas additionally permitting you to maintain your different authentication options as backups.

Customers will profit from a constant, platform-standard authentication UI; the introduction of passkeys and different passwordless authentication strategies, and the flexibility to authenticate with out their telephone close by.

Take a look at the Authentication on Put on OS steerage to be taught extra.

Richer Put on Media Controls

New media controls for a Podcast

New media controls for a Podcast

Gadgets that run Put on OS 5.1 or later assist enhanced media controls. Customers who hearken to media content material on telephones and watches can now profit from the next new media management options on their watch:

    • They’ll fast-forward and rewind whereas listening to podcasts.
    • They’ll entry the playlist and controls resembling shuffle, like, and repeat by means of a brand new menu.

Builders with an current implementation of motion buttons and playlist can profit from this characteristic with out extra effort. Take a look at how customers will get extra controls out of your media app on a Google Pixel Watch machine.

Begin constructing for Put on OS 6 now

With these updates, there’s by no means been a greater time to develop an app on Put on OS. These technical sources are an awesome place to be taught extra methods to get began:

Earlier this 12 months, we expanded our smartwatch choices with Galaxy Look ahead to Children, a singular, phone-free expertise designed particularly for kids. This launch offers households a brand new strategy to keep related, permitting youngsters to discover Put on OS independently with a devoted smartwatch. Seek the advice of our developer steerage to create a Put on OS app for teenagers.

We’re wanting ahead to seeing the experiences that you just construct on Put on OS!

Discover this announcement and all Google I/O 2025 updates on io.google beginning Could 22.

1 Precise battery efficiency varies.

LEAVE A REPLY

Please enter your comment!
Please enter your name here