हमारा सुझाव है कि 27 मार्च, 2025 से AOSP को बनाने और उसमें योगदान देने के लिए, aosp-main
के बजाय android-latest-release
का इस्तेमाल करें. ज़्यादा जानकारी के लिए, AOSP में हुए बदलाव लेख पढ़ें.
हैप्टिक
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android के हैप्टिक्स सबसिस्टम में, हार्डवेयर और सॉफ़्टवेयर की ऐसी सुविधाएं शामिल होती हैं जिनसे डिवाइस को छूने पर, उपयोगकर्ता को अलग-अलग तरह की अनुभूतियां मिलती हैं. हैप्टिक इफ़ेक्ट बनाने के लिए, हार्डवेयर पर काफ़ी निर्भरता होती है. वहीं, हैप्टिक स्टिम्युलस समझने के लिए, उपयोगकर्ता की ज़रूरतों और प्राथमिकताओं पर काफ़ी निर्भरता होती है. इस विरोधाभास की वजह से, डिवाइस बनाने वाली कंपनियों को Android इकोसिस्टम में, उपयोगकर्ताओं के लिए हैप्टिक फ़ीचर को बेहतर बनाने और उसका ज़्यादा से ज़्यादा फ़ायदा देने की चुनौती मिलती है.
हैप्टिक इफ़ेक्ट को सही तरीके से लागू करने के लिए, अप-टू-डेट और काम करने वाला हार्डवेयर ज़रूरी है.
उपयोगकर्ताओं को सही तरीके से हैप्टिक स्टिम्युलस महसूस कराने के लिए, मनमुताबिक असर बनाने के लिए, खास प्राथमिकताओं में बदलाव करना ज़रूरी है. Android पर हैप्टिक्स को सही तरीके से लागू करने के लिए, मैन्युफ़ैक्चरर को इन दोनों ज़रूरी शर्तों को पूरा करना होगा.
यहां दी गई गाइड में, डिवाइस बनाने वाली कंपनियों और ऐप्लिकेशन डेवलपर के लिए, नीतियों का पालन करने के निर्देशों के बारे में बताया गया है. साथ ही, Android के haptics API का सबसे सही तरीके से इस्तेमाल करने के बारे में साफ़ तौर पर दिशा-निर्देश दिए गए हैं:
डिवाइसों के साथ काम करने की सुविधा के बारे में ज़्यादा जानने के लिए, Android के साथ काम करने की सुविधा के बारे में जानकारी देने वाला दस्तावेज़ पढ़ें.
Android में हैप्टिक्स का इस्तेमाल करने के बारे में ज़्यादा जानने के लिए, Android के लिए डेवलपर दस्तावेज़ पढ़ें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (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-27 (UTC) को अपडेट किया गया."],[],[],null,["# Haptics\n\nThe Android haptics subsystem refers to hardware and software features that\ncontribute to the creation of stimuli through the sense of touch. *Creating*\nhaptic effects requires a high degree of hardware dependencies, while\n*perceiving* haptic stimuli requires a high degree of user dependencies and\npreferences. This dichotomy challenges device manufacturers to develop and\nmaximize haptic user benefits in the Android ecosystem.\n\nImplementing haptic effects correctly requires up-to-date, compatible hardware.\nFor users to properly perceive haptic stimuli, specific preferences must be\ntweaked to create the desired effects. Manufacturers must satisfy both\nrequirements to properly implement haptics on Android.\n\nThe following guides describe the compliance instructions for device\nmanufacturers and app developers, and provides clear guidance on the best use\nof the Android haptics APIs:\n\n- [**A step-by-step checklist detailing haptic SW and HW compliance**](/docs/core/interaction/haptics/haptics-implement)\n\n The checklist walks\n you through the key elements of the hardware configuration process.\n- [**A foundation for haptic framework**](/docs/core/interaction/haptics/haptics-ux-foundation)\n\n This lists the set of UX principles that Android haptic improvements are\n driven by.\n- [**An in-depth look at UX and design principles**](/docs/core/interaction/haptics/haptics-ux-design)\n\n These principles illustrate the importance of hardware compliance in\n improving the haptics UX for Android end users.\n- [**Assess hardware**](/docs/core/interaction/haptics/hardware)\n\n Learn how to assess the haptic effects implementation with the necessary\n test equipment and apply your findings to the performance map to draw\n conclusions about the performance of your device under test.\n\nTo learn more about compatibility in general, read the [Android\nCompatibility Definition Document](/docs/compatibility/11/android-11-cdd).\n\nTo learn more about using haptics in Android, read the [Android\nDeveloper Documentation](https://developer.android.com/develop/ui/views/haptics)."]]