[HTML payload içeriği buraya]
27.8 C
Jakarta
Saturday, May 16, 2026

What’s new in Put on OS 6



Posted by Chiara Chiappini – Developer Relations Engineer

This yr, we’re excited to introduce Put on OS 6: probably 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 incorporates a main refresh with visible and movement parts designed to present customers an expertise with extra personalization. The brand new design presents an ideal stage of expression to fulfill consumer demand for experiences which might be 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 yr.

The excellent news is that you simply don’t have to compromise battery for magnificence: because of 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

As we speak we’re releasing the Developer Preview of Put on OS 6, the following model of Google’s smartwatch platform, based mostly on Android 16.

Put on OS 6 brings quite a lot of developer-facing adjustments, reminiscent of refining the always-on show expertise. Take a look at what’s modified and strive 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 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 convey 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 routinely 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 knowledge 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 most important content material slot, and a backside slot, designed to work throughout a spread 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 consumer actions and key info with parts optimized for spherical display

The brand new Put on OS Materials 3 parts routinely adapt to bigger display sizes, constructing on the Massive Show assist added as a part of Put on OS 5. Moreover, parts reminiscent of 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 area 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 via 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 habits of the record when scrolling to the highest, backside and either 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 measurement when approaching the sting of the screens

Materials 3 Expressive additionally features a ScrollIndicator that incorporates a new visible and movement design to make it simpler for customers to visualise their progress via an inventory. The ScrollIndicator is displayed by default whenever 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 concerning the new options and see the total record of updates, see the discharge notes of the newest beta launch of the Put on Compose and Put on Protolayout libraries. Take a look at the migration steerage for apps and tiles on how you can improve your present apps, or strive considered one of our codelabs if you wish to begin growing 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, reminiscent of animated state transitions from ambient to interactive and picture 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 overall availability of Put on OS 6 later this yr.

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 acquired from builders. A few of these enhancements embrace:

The instance under reveals how you can 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 = "Whats up, 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 in line with the expertise on cellular.

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

Credential Supervisor offers 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 power 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

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

    • They will fast-forward and rewind whereas listening to podcasts.
    • They will entry the playlist and controls reminiscent of shuffle, like, and repeat via a brand new menu.

Builders with an present implementation of motion buttons and playlist can profit from this function with out further 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 assets are an ideal place to be taught extra how you can get began:

Earlier this yr, we expanded our smartwatch choices with Galaxy Look ahead to Youngsters, a singular, phone-free expertise designed particularly for kids. This launch offers households a brand new method to keep linked, permitting kids 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 youths.

We’re trying ahead to seeing the experiences that you simply construct on Put on OS!

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

1 Precise battery efficiency varies.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles