Filter
-
Content Type
-
Category
Mobile/Wearable
Visual Display
Digital Appliance
Platform
Recommendations
Filter
Learn Code Lab
codelabdesign a watch face with customizable edge complication slots and digital clock objective learn how to add customizable edge complication slots and a digital clock on your watch face using watch face studio overview watch face studio is a graphical authoring tool designed to help users create watch faces for the wear os smartwatch ecosystem, including the galaxy watch4 and its newer versions it offers intuitive and user-friendly features for designing visually appealing and customizable watch faces without requiring coding skills with watch face studio, users can incorporate various components into their watch faces, such as digital clocks these clocks can be designed with different variations and further customized through the galaxy watch interface in addition to digital clocks and other watch face components, users can integrate complications into their designs complications display information from data sources, such as battery indicators or step counts, directly on the watch face you can display additional information on the watch face by adding a complication slot a complication slot consists of complication components and a slot bound the components implement the layout, while the slot bound acts as a cutout through which the complication component appears there are five types of complication slots circle, line, small box, large box, and edge this code lab focuses on adding edge complication slots to your watch face starting from watch face studio 1 8 7 beta , users can define all supported font styles for digital clocks that can be customized on the physical watch the studio also added a feature allowing users to design watch faces with edge complication slots set up your environment you will need the following watch face studio latest version galaxy watch4 or newer smartwatch running on wear os api 34 or higher sample project here is a sample project for you to start coding in this code lab download it and start your learning experience! customizable edge complication and digital clock sample project 363 7 kb start your project to load the sample project in watch face studio click open project locate the downloaded file and click open the sample project includes a background image that you can customize by adjusting the hue, saturation, lightness, or opacity to suit your preference add edge complications to the watch face there are two types of edge complication slots that you can add to the watch face duo and quadrant both appear along the edge of the watch face duo edge complication slot - composed of right and left edge complications quadrant edge complication slot - composed of right top, right bottom, left bottom, and left top edge complications you can only select one type per project to fit the design of the sample project, add a quadrant edge complication slot click add component then, in the complication slot section, select edge > quadrant noteyou cannot change the placement, dimension, or rotation angle of an edge complication slot however, you can delete or hide unused complications from the layer list, expand the quadrant edge complication layer select the right top edge complication and the left bottom edge complication right-click and choose delete notealthough you have already deleted a complication slot, it can still be restored to do this, right-click on the quadrant edge complication layer in the layer list and select the option to add the previously deleted complication back configure complications after adding the edge complication slots, you can configure its settings from the layer list, click the right bottom edge complication to edit its properties in the properties pane, go to complication settings and choose the following type fixed default provider watch battery complication type range value range value complication layout progress bar + icon + text notesetting the complication as fixed limits the data and provider to the values you defined customization of this complication on the physical watch or wearable app is not possible to test the complication, go to the run pane and adjust the watch battery slider the bar indicator updates based on the value of the watch battery next, go to the properties of the left top edge complication and choose the following for complication settings type editable supported types short text default provider step count short text complication layout icon + text + title to test the complication, go to the run pane and adjust the step count slider the complication text changes as you change the value of the slider you can also adjust the properties of each complication component for example, when you open the properties of title, you can change its text color add a variable digital clock there are two ways to display a digital clock on watch faces using a variable digital clock and a non-variable digital clock to understand the concept of these two types, start by adding a variable digital clock component to display hours and a colon go to add component > digital clock > variable select colon and h h for the hour adjust the placement and rotation angle of both components to complement the design with a variable digital clock, you can customize each subcomponent creatively for example, you can make the font of the first digit of the hour h10 bigger than the second digit h or place them in different positions adjust the properties of the first and second digits of the hour to have the same font size but with slightly different color tints h10 color #f5f680ff font size 70 h color #fde997ff font size 70 on the other hand, a non-variable digital clock is less flexible but acts as a single component, making it ideal for simpler watch faces to add a non-variable digital clock to display minutes go to add component > digital clock > mm adjust its placement, rotation angle, and text color to complement the design use bitmap font for minutes watch face studio supports the use of truetype and bitmap fonts by default, all text-based components, such as digital clocks, use truetype fonts truetype is the most common font format, utilizing vector-based outlines to define characters bitmap fonts, on the other hand, consist of fixed-size, pixel-based representations of characters, which have smaller file sizes and render directly as pixels, offering faster performance on low-power devices in watch face studio, bitmap fonts are used to replace predefined dynamic content, such as dates, time, and weather, in text and digital clock components this allows you to incorporate custom visual elements that align with your creative vision while maintaining functionality to use bitmap font on your watch face, follow these steps select mm from the layer list go to properties > font setting and select bitmap font click the gear icon to open the bitmap font setting for bitmap font 1 set the default font size to 50 click the + icon to add and assign bitmap images for each digit locate your bitmap images, select the image for the corresponding digit, and click open once you're done adding and assigning bitmap images for each digit, click ok to display the bitmap font as minutes noteyou can also add more bitmap fonts by opening the dropdown menu and selecting add bitmap font make the font style of the digital clock customizable to make the digital clock more customizable, you can apply styles use the style tab to define font styles for a digital clock layer this provides users with more customization options for their watch face noteyou can apply styles to digital clock fonts and image-based layers for detailed information, refer to the style tab documentation from the layer list, choose variable_hh > h10 and go to the style tab click the + button in truetype font to add font styles add fonts with bold font weights such as montserrat-bold, oswald-bold, and roboto-bold then, click the customization editor button in the style set pane, click the text id button beside id_system_style_set click the add new button to add a new text id then, input the following id id_h10_font default value 1st digit hour font then, select the newly added text id this helps users identify which components they are changing when customizing the style on a physical watch repeat the same process for h, and this time, add fonts with a medium font weight for the text id, input the following id id_h_font default value 2nd digit hour font next, add styles to a layer that uses a bitmap font select mm from the layer list and go to the style tab click the + button in bitmap font, then select add bitmap font to add and assign bitmap images for each digit set default font size to 50 click ok and input the name of your bitmap font then, click the customization editor button and modify the text id of the newly added style set using the following values id id_mm_font default value minute font to test the font styles you set, go to the run pane and choose font styles from the dropdown menu this allows you to preview how the selected styles will appear on the watch face tipyou can merge the styles by navigating to the customization editor select the style sets you want to merge, right-click, and then choose merge set test the watch face in the run pane click the preview watch face icon move the step count and watch battery sliders to see data changes in the edge complications as previously mentioned, to observe changes in the digital clock, adjust the time slider and select the font styles from the dropdown menu in the style section to test your watch face on a smartwatch, you need to connect your watch to the same network as your computer in watch face studio, select run on device select the connected watch you want to test with if your watch is not detected automatically, click scan devices to detect your device or enter its ip address manually by clicking the + button when the watch face is launched, touch and hold the watch screen to access the edit mode tap customize to choose font styles and complications notethe always-on display is already set in the project to run the watch face successfully, you may need to configure its always-on display to avoid any error when you click run on device you're done! congratulations! you have successfully achieved the goal of this code lab now, you can design a watch face with customizable edge complication slots and digital clock using watch face studio! if you’re having trouble, you may download this file customizable edge complication and digital clock complete project 420 8 kb to learn more about watch face studio, visit developer samsung com/watch-face-studio
Watch Face Studio
docwatch face studio release note introduction release version 1 8 10 release date apr 14, 2025 notethe project file created in a higher version of watch face studio is not allowed to open in an older version for compatibility we recommend that you download the latest version change history watch face studio 1 8 10 newapr 14, 2025 fixed the issue that occur when using undo/redo on multiple components with defined styles fixed the issue where "tap to open app" does not work for images with 0% opacity on watch devices fixed the issue where moon phase related tag expressions are displayed differently in preview and watch devices fixed the issue that occur when migrating legacy hands with expressions applied to dimension, position, and color properties to analog clock hands update manifest file for wff package according to the wff guide adjust opacity of progress bar background in info clocks sample to improve visibility watch face studio 1 8 7 beta mar 5, 2025 edit & properties support edge complication slot support font style for digital clock in style tab support copy and paste functionality for images using clipboard improve snap pivot add radial indicator in component menu and analog hands is deprecated publish & run min sdk version for all projects is set to 33 or higher from 1 8 watch face studio support target api level 34 etc enhance using ambient mode by optimizing watch face format wff xml support watch face format wff optimization to reduce the memory usage of watch face at runtime, by optimizing aspects of wff xml and resources fixed minor bugs and gui improvements watch face studio 1 7 13nov 14, 2024 new supported types of circle complication added in complication settings of properties tab goal progress, weighted element when selecting 'range value' only, value of min sdk is 33 when selecting new types, value of min sdk is 34 add 'heart rate' in default provider of complication settings change in sdk 34 change title, 'last updated time' to 'last updated time weather ' in time source of icu date and time add icu format of icu date and time e, mmmm d update multi languages for weather condition in run preview update 'heart rate' provider data in run preview fixed weather forecast functions to support arithmetic operations fixed tag expression bug to support double quotes with empty string watch face studio 1 7 9 beta aug 26, 2024 common & project management update memory usage plugin update clock face plugin add package name & app label in settings dialog for users' convenience publish & run add min sdk version info in publish dialog add more device types in run on device dialog edit & properties add diagnosis in menu bar support multiple color picker with gradient type add new tag, [first_day_week] support watch face format version 2 support weather tags & functions add weather condition in conditional line support weather in run window add last updated weather , hours and days in time source of icu date and time component add 'sweep' of movement effect and 'sync to device' of update frequency in second hands setting of analog clock component support ranged value complication with color ramp etc fixed minor bugs and gui improvements watch face studio 1 6 10jul 23, 2024 support android target sdk 33 watch face studio 1 6 9 beta feb 26, 2024 common support memory usage plugin edit & properties add analog clock, digital clock hh mm, hh mm ss, hh, mm, ss, colon and icu date in component menu add outline property in shape support capture types icon, screenshot, masked screenshot in run window popup support style option id in customization editor add range value in supported types of small box complication slot support opentype font support indonesia language in run tab etc add to reduce battery consumption in ambient mode when using analogclock or hh mm of digitalclock components fixed font clip problem improve smoothness of animation feature fixed is_daylight_saving_time issue fixed complication data not visible issue fixed minor bugs and gui improvements watch face studio 1 5 7 beta aug 17, 2023 common support plugin feature project management add plugins tab in preference dialog edit & properties add rounded rectangle rename animation component to image sequence rename multimedia component to animated gif/webp improve tag expression searching add guide text for version code in publish dialog add monospace fonts remove step goal slider in run tab etc fixed minor bugs and gui improvements watch face studio 1 4 20jun 15, 2023 fixed bug that changes 100% opacity of a component based on tag values in aod mode when the visibility attribute of a component is set to hide in normal mode and show in aod mode add the image resource for "app shortcut" provider in run preview watch face studio 1 4 19jun 8, 2023 prevent jumping time problem on resume time handled thumbnail option of the animation or multimedia properly when visibility is changed handled the style name of the customization editor added in multiple languages properly for language changes on the device fixed [sc_per] tag to work correctly on the device removed unnecessary permission request on the device with wear os 3 x version fixed "enotempty directory not empty" error during publish fixed to hide all components in complication slot when provider is set to empty fixed unloop bug when frame of conditional line is unselected reorder supported types of circle complication slot on camping sample project change to save screen capture image with 72 ppi instead of 25 ppi support wireless debugging and update connection guide watch face studio 1 4 13 beta may 10, 2023 0 common support watch faces for watch devices that run wear os targeting api level 30 and higher support watch face format of wear os support the user guide link in about menu 1 project management support thumbnail of watch face in case of circular crop off 2 edit & properties support complication slot way that suppport multi types in a slot support text id for localized text which is displayed on device such as style name and used in talkback case support to display current on-pixel ratio opr in run tab support to stop in first on-pixel ratio opr error situation while analyzing removed lottie format for multimedia removed hr measurement including tag expression, action and interval in setting removed chin shape in run preview window 3 etc change version code policy wfs user allow the specific range 0~999,999 support to choose build type aab, apk, aab+apk to reduce build time fixed minor issues watch face studio 1 3 13jan 4, 2023 fixed javascript error while opening watch face studio watch face studio 1 3 12nov 15, 2022 1 edit & properties add inactive bar state in conditional line fixed style order issue in customization editor fixed to enhance color chip quality in customization editor fixed to convert from string type to number type before arithmetic comparison fixed to reset msec when user changes time with time slider fixed to hide all components in complication when provider is set to empty fixed to remove unwanted stroke outside of run preview fixed to disable click event if media file path is undefined fixed to disable double click event on interaction icon in customization editor fixed to update style information and element together in customization editor 2 etc fixed to update world clock properly in tag expression fixed minor bugs and gui improvements watch face studio 1 3 8 beta oct 12, 2022 1 project management add sample projects and change sample images improve my workspace to display all project files in workspace 2 edit & properties support style set add 'event' condition including unread notification and low battery in conditional line add some conditions for unread notification and locale in run tab add new tag expression unread_nc add "islamic-umalqura" in local calendar improve theme color from single to multi color improve time zone / local calendar / language in digital clock component and tag expression improve style to import multiple resources by file selector improve color picker to show current/new and recently used color improve performance when multiple multimedia/animation components are used in timeline condition 3 etc fixed build fail issue with characters not allowed in project name fixed "run on device" to operate normally when connecting lan cable between pc and wifi ap fixed time update issue after changing time zone in aod fixed wrong [ampm_po] result for ja_jp locale fixed to consider alpha value of index component in import gwd resource fixed to support horizontal scroll with shift + mouse wheel in conditional line watch face studio 1 2 7aug 23, 2022 fixed animation lag issue fixed description of tag expression asin num watch face studio 1 2 6jul 7, 2022 fixed crash issue when attempting to build a project created in an older versions of watch face studio 1 1 0 fixed value conversion error of hands component imported from gwd fixed animation frame count error fixed numberformat error of tag function fixed description of tag function deg num watch face studio 1 2 5jun 23, 2022 1 project management & common support starred project and sort option provide sample projects remove new project page add system theme mode in preferences dialog add canvas circular crop option in project setting dialog 2 component add multimedia style and tap action add watch face canvas property 3 edit & properties add new tag expressions functions for asin num , acos num , atan num , deg num , rad num , pow base, exponent 4 etc improve build time fixed digital clock component to follow language setting in device fixed icon of the complication to be updated well in device fixed text with "sync to device" font setting to follow system font in device fixed complication date and time issue to be removed after emptying the complication slot temporarily disabled the feature that showing watch face after device boot with lock it will be enabled again after platform upgrade support 'multiple instances' feature for new wear os version watch face studio 1 1 14apr 1, 2022 fixed preview image bug that hands component only shows up watch face studio 1 1 13mar 31, 2022 replaced all fonts provided by text component fixed blank warning dialog issue after build fixed group ordering issue fixed jumping time issue on watch fixed group resize issue on watch deleted '3 digit' in the description of tag [mon_s] removed android permission query_all_packages permission fixed tap animation lag when using multiple mask elements on watch update open source license sil open font license watch face studio 1 1 9feb 24, 2022 1 common provide version update notice support dark theme for comfortable & relaxed use support color label in layer 2 component support mask support multimedia webp, agif, lottie 3 edit & properties improve properties bitmap font, curved text, progressbar improve animation panel loop times, frame count support trigger for animation and multimedia component support bitmap font management in setting support image appearance for image support loop, copy, paste in conditional line 4 style support grid view support reorder item increase the number of each item 5 etc provide editor tutorial on watch update open source license watch face studio 1 0 12nov 19, 2021 fixed known issue editable complications that support various layouts, such as "icon+text" and "title+text" of short text complication, display only one layout watch face studio 1 0 11nov 17, 2021 known issue editable complications that support various layouts, such as "icon+text" and "title+text" of short text complication, display only one layout 1 build use workspace folder to save build output provide previously used build information in build dialog 2 edit & properties support functions in the tag expressions round num , floor num , ceil num , sin num , cos num , tan num , abs num , clamp num, min, max , numberformat form, num support multiple image selection in add component change image max size to 2250 450*5 in import image updated naming rule for style fixed minor bugs 3 preview & run tap action shows visual touch feedback improved smoothness of sweep animation for second hand fixed hr to be measured even in devices without body-off sensor 4 terms of service change the coverage of 'watch face' like 'for android watch devices and samsung mobile devices' watch face studio 1 0 3sep 16, 2021 1 build support apk build output for uploading watch faces to galaxy apps added logic to check valid characters for a package name package name can contain only alphanumeric characters and the underscore fixed crash issue when using non-ascii character for a project name 2 properties removed number type in index setting fixed undo issue on dimension, curved-text in properties added new tag expressions [tmzn_ofs_with_dst], [hr_measure_result] 3 preview & run fixed tag expression issues [utc_ts], [week_in_month], [sc_per], [day_of_week], [hr_is_measuring] fixed locale and timezone issues fixed theme color, angle position and gyro effect issues fixed opacity issue in ambient mode fixed transform tag issue in a group fixed complication data issue from watch device fixed bitmap font issue for custom string including zero improved for smoother animation improved power consumption in ambient mode fixed minor issues watch face studio 1 0 0aug 11, 2021 initial version
Learn Code Lab
codelabcreate a watch face using tag expressions objective learn how to create a watch face that responds based on the date, time, step count, heart rate, and battery level using tag expressions in watch face studio in this code lab, you will create a basic watch face with complications such as step count, heart rate, and battery level later, you will improve its functionalities and make it visually dynamic using tag expressions overview watch face studio is a graphic authoring tool that enables you to create watch faces for wear os it offers a simple and intuitive way to add images and components, and to configure the watch movement without any coding watch face studio supports watch faces for the galaxy watch4 or newer version, and other watch devices that run on the same platform tag expressions are conditions in watch face studio that allows you to customize watch face through dynamic configuration of its movement and data set up your environment you will need the following watch face studio galaxy watch4 or newer any supported wear os watch start your project create a new project and input project name a blank studio will show upon clicking ok add analog hands and index watch face studio allows you to add components like text, image, shape, analog hands, and index in a watch face for your watch to have the look and feel of an analog watch, add the following components time > index time > analog hands > minute time > analog hands > hour notethe index and watch hand images used in this code lab are no longer included in the latest version of the watch face studio however, you can choose a design for the index and watch hands from available images in the resources folder you can also create and add your own design you will see that the hands move automatically and in sync with the device time select all the newly added components and click group rename the group as group_analogtime use a progress bar for seconds a component like a progress bar can be used to show how much of the process is completed and how much is left in this step, you will use it to show how far or close the next minute is to use a progress bar as seconds click add component and select progress bar rename the component to seconds move seconds behind group_analogtime in properties of seconds, do the following a adjust the dimension width and height to 395 b align the component to the center c drag the background slider to 0% d make sure that the type is a circular progress bar; otherwise change it e in range setting, change value to 0 and click tags beside it to open the tags window f type in [sec] it means that the value from 0 will increment as the value of the second increases g set max value to 59 since it is the maximum value of [sec] notein this scenario, the progress bar disappears in the canvas as the preview only uses the base value, which is 0 however, the component is still present in run format and position a digital clock in this step, you will learn how grouping works and affects its components you will also learn how to format the date and time using tags to format and position a digital clock, you need to add a digital clock > time twice rename them as hour and minute, respectively add a digital clock > date and rename the component as date put them in one group and rename it as group_digitaltime go to the properties of hour and change the text appearance to 80 do the same for minute adjust the text size of date to 15 adjust the y placements of the individual components to look like the image below when you change a certain component, it won’t affect other components in the group format hour to only show the time in hour a go to its properties and click the tags button in text field b replace text field value with [hour_0_23_z] to show the current hour with leading zero do the same for minute but replace the text field value with [min_z] to show the current minute in an hour with leading zero go to group_digitaltime placement properties and align it horizontally after that, place it to the left you will see the components adjusted as a group utilize health features and battery level watch face studio also allows you to utilize data like step count, heart rate, and battery level follow the steps below to show these real-time data using tags on texts or progress bar battery level add a circular progress bar and rename the component as battery level drag the background slider to 0% go to value properties replace the value with 0 and, in tags, input or choose [batt_per] to use the current battery percentage as the value add a circle complication slot and rename it as battery icon complications are a set of components that can be handled as one group set the type to fixed and change the default provider to watch battery select short text as complication type and choose icon + text for layout select and move battery level and battery icon together to the bottom right heart rate add a circular progress bar and rename the component as heart rate drag the background slider to 0% go to value properties replace the value with 0 and, in tags, input or choose [hr] to use heart rate as value set the max value to 240 since it's the maximum heart rate a person can have add a text component and rename it as heart rate label in the text field, input heart rate and change the text size to 12 change the y placement to 195 add another text component and rename it as heart rate text in the text field, input [hr] and change the text size to 30 group heart rate, heart rate label, and heart rate text together rename the group as group_heartrate move the group_heartrate placement to the center right step count add a circular progress bar and rename the component as step count drag the background slider to 0% go to value properties replace the value with 0 and, in tags, input or choose [sc_per] to use the current percentage to the goal of step count add a circle complication slot and rename it as step count text set the type to fixed and change the default provider to step count select short text as complication type and choose text + title for layout it will now show "steps" as title and step count as text place the step count text in the center horizontally select and move step count and step count text together to the top right select group_digitaltime, group_batterylevel, group_heartrate, group_stepcount, battery icon, and step count text drag them behind group_analoghands and seconds by doing this, the analog hands would overlap the components make use of tag expressions you already have three progress bars that show data of battery level, heart rate, and step count this time, you will make these features more functional by changing the progress bars' color to red using tag expressions tag expressions are conditions that allow you to change the rotation, placement, behavior, and opacity of a component based on tag values it can alter your watch face's appearance dynamically as the tag value changes tag expressions support different types of operators – arithmetic, relational, logical, and ternary for this step, you will apply tag expressions on the color opacity but first, you will have to duplicate all the circular progress bars seconds, battery level, heart rate, and step count move all the duplicates to a new group called group_colorchange make sure that group_colorchange is behind all other groups change individual component’s color to #ffffff or white duplicate this group and rename it as group_background move it behind group_colorchange drag the background slider to 16% and remove tags in the value properties of each component of group_background change group_colorchange color to #ff001e or red group_colorchange will be used as components underneath when you set the opacity of the main components to 0 using tag expressions group_background will serve as gap fillers of each progress bar below are conditions that will trigger the opacity of the main components to become 0 and reveal the duplicated red components change the color of the battery level to red if the battery level is equal to or less than 20% go to group_batterylevel and select battery level navigate to color properties check if the color opacity value is 100 this will serve as the base value in tags, input [batt_per]<=20?-100 0 to subtract 100 from the base value of opacity if the battery level is equal to or less than 20 otherwise, the base opacity value remains the same in the run pane, adjust the device > watch battery to 20% or less, and you will see how the color will change to red change the color of step count to red if the goal hasn't been reached yet and the time is already 18 00 6 00 pm or beyond go to group_stepcount and select step count navigate to color properties check if the color opacity value is 100 this will serve as the base value in tags, input [sc]<[sc_goal] * [hour_0_23]>=18 ?-100 0 to subtract 100 from the base value of opacity if the step count is less than the goal, and if the value of hour in a day is 18 or beyond otherwise, the base opacity value remains the same play with the time control bar in the run pane and health > steps data to see how the color will change from blue to red change the color of the heart rate and seconds to red if the heart rate is below or above the normal go to group_heartrate and select heart rate navigate to color properties check if the color opacity value is 100 this will serve as the base value in tags, input [hr]<60 + [hr]>100 ?-100 0 to subtract 100 from the base value of opacity if the heart rate is below or above the normal 60-100 otherwise, it remains the same do the same for seconds test it in the run pane by adjusting the health > heart rate to below 60 or above 100, and you will see how the color will change to red prolong the battery life now that you already know what group and tag expressions are, it's about time for you to use both to your advantage it is observed that the darker a watch face design is, the longer the battery life can be to help the watch stay powered even when there’s a little battery left, you will need to decrease the opacity of the watch face when the battery level is equal to or less than 10% to do this, you have to select and combine all created groups and components, except for group analogtime, battery icon, and step count text, to a new group called group_watchface go to group_watchface color properties and change the base opacity value to 20 in tags, input [batt_per]<=10?0 80 to add 0 to the base value of opacity if the battery level is equal to or less than 10 otherwise, it adds 80 to the base value, making the watch face 100% visible adjust the device > watch battery to 10% or less, and you will see how most components' opacity decreased choose components for always-on always-on display is a feature that allows your galaxy watch to show the time without checking on it by pressing a button or lifting your hand in watch face studio, you can choose which group or component to display on the always-on by following these steps go to the always-on tab, to see the same set of components you added and grouped click the eye icon next to the group name to hide or make it visible hide group_watchface, battery icon, and step count text at this point, your always-on display will display a basic analog watch face whenever your watch is in idle mode test the watch face to test your watch face, you need to connect a watch device to the same network as your computer in watch face studio, select project > run on device select the connected watch device you want to test with if your device is not detected automatically, click scan devices to detect your device or enter its ip address manually by clicking the + button you're done! congratulations! you have successfully achieved the goal of this code lab now, you can create and design a watch face using tag expressions by yourself! if you're having trouble, you may download this file tag expression complete project 272 71 kb to learn more about watch face studio, visit developer samsung com/watch-face-studio
We use cookies to improve your experience on our website and to show you relevant advertising. Manage you settings for our cookies below.
These cookies are essential as they enable you to move around the website. This category cannot be disabled.
These cookies collect information about how you use our website. for example which pages you visit most often. All information these cookies collect is used to improve how the website works.
These cookies allow our website to remember choices you make (such as your user name, language or the region your are in) and tailor the website to provide enhanced features and content for you.
These cookies gather information about your browser habits. They remember that you've visited our website and share this information with other organizations such as advertisers.
You have successfully updated your cookie preferences.