The Watch Face Format is required for watch faces to be installed on devices with Wear OS 5 or later pre-installed and for all new watch faces published on Google Play.
Starting in January 2026, the Watch Face Format will be required for watch faces to be installed on all Wear OS devices.
Learn more about the user-facing changes in this Help Center article.
ঘড়ির মুখ সমস্যা ঠিকানা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google-এর Wear OS-এর জন্য একটি কাস্টম ঘড়ির মুখ তৈরি করা বিজ্ঞপ্তি তৈরি করা এবং পরিধানযোগ্য-নির্দিষ্ট ক্রিয়াকলাপগুলির থেকে যথেষ্ট আলাদা৷ এই পৃষ্ঠাটি এমন কিছু সমস্যা বর্ণনা করে যা আপনি আপনার প্রথম কয়েকটি ঘড়ির মুখ প্রয়োগ করার সময় সম্মুখীন হতে পারেন।
আপেক্ষিক পরিমাপ ব্যবহার করুন
বিভিন্ন নির্মাতার Wear OS ডিভাইসগুলিতে বিভিন্ন আকার এবং রেজোলিউশন সহ স্ক্রিন রয়েছে৷ আপনার ঘড়ির মুখটি পরম পিক্সেল মানের পরিবর্তে আপেক্ষিক পরিমাপ ব্যবহার করে এই বৈচিত্রগুলির সাথে মানিয়ে নিতে পারে।
যখন আপনি আপনার ঘড়ির মুখ আঁকবেন, Canvas.getWidth()
এবং Canvas.getHeight()
পদ্ধতির সাহায্যে ক্যানভাসের আকার নিন। তারপরে, সনাক্ত করা পর্দার আকারের কিছু ভগ্নাংশ মান ব্যবহার করে আপনার গ্রাফিক উপাদানগুলির অবস্থান সেট করুন। যদি আপনি একটি পিক কার্ডের প্রতিক্রিয়া হিসাবে আপনার ঘড়ির মুখের উপাদানগুলির আকার পরিবর্তন করেন তবে আপনার ঘড়ির মুখটি পুনরায় আঁকতে কার্ডের উপরে অবশিষ্ট স্থানের কিছু ভগ্নাংশ মান ব্যবহার করুন।
ঘড়ির মুখের নমুনা অ্যাপটি ঘড়ির মুখ কনফিগার করার জন্য সর্বোত্তম অনুশীলনগুলি প্রদর্শন করে৷
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Address watch face issues\n\nCreating a custom watch face for Wear OS by Google is substantially different from\ncreating notifications and wearable-specific activities. This page describes\nsome issues you might encounter as you implement your first few watch faces.\n\nUse relative measurements\n-------------------------\n\nWear OS devices from different manufacturers feature screens with a variety of sizes and\nresolutions. Your watch face can adapt to these variations by using relative measurements\ninstead of absolute pixel values.\n\nWhen you draw your watch face, obtain the size of the canvas with the\n[Canvas.getWidth()](/reference/android/graphics/Canvas#getWidth())\nand [Canvas.getHeight()](/reference/android/graphics/Canvas#getHeight())\nmethods. Then, set the positions of your\ngraphic elements using values that are some fraction of the detected screen size. If you\nresize the elements of your watch face in response to a peek card, use values that are\nsome fraction of the space remaining above the card to redraw your watch face.\n\nRelated resources\n-----------------\n\nThe [Watch face sample app](https://github.com/android/wear-os-samples) demonstrates the best practices for configuring a watch face."]]