सिंक अडैप्टर का इस्तेमाल करके डेटा ट्रांसफ़र करना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ध्यान दें: हम बैकग्राउंड प्रोसेसिंग के ज़्यादातर इस्तेमाल के मामलों के लिए, WorkManager को सुझाया गया समाधान मानते हैं. आपके लिए कौनसा समाधान सबसे सही है, यह जानने के लिए कृपया बैकग्राउंड प्रोसेसिंग गाइड देखें.
Android डिवाइस और वेब सर्वर के बीच डेटा को सिंक करने से, आपका ऐप्लिकेशन उपयोगकर्ताओं के लिए ज़्यादा काम का और दिलचस्प बन सकता है. उदाहरण के लिए, वेब सर्वर पर डेटा ट्रांसफ़र करने से, डेटा का उपयोगी बैकअप बन जाता है. साथ ही, सर्वर से डेटा ट्रांसफ़र करने से, डिवाइस के ऑफ़लाइन होने पर भी उपयोगकर्ता के लिए डेटा उपलब्ध हो जाता है. कुछ मामलों में, लोगों को वेब इंटरफ़ेस में अपना डेटा डालना और उसमें बदलाव करना आसान लगता है. इसके बाद, वे उस डेटा को अपने डिवाइस पर उपलब्ध करा सकते हैं. इसके अलावा, वे समय के साथ डेटा इकट्ठा करके, उसे किसी सेंट्रल स्टोरेज एरिया में अपलोड कर सकते हैं.
आपके पास अपने ऐप्लिकेशन में डेटा ट्रांसफ़र करने के लिए, अपना सिस्टम डिज़ाइन करने का विकल्प होता है. हालांकि, आपको Android के सिंक अडैप्टर फ़्रेमवर्क का इस्तेमाल करना चाहिए. इस फ़्रेमवर्क की मदद से, डेटा ट्रांसफ़र को मैनेज और ऑटोमेट किया जा सकता है. साथ ही, यह अलग-अलग ऐप्लिकेशन के बीच सिंक्रनाइज़ेशन की कार्रवाइयों को मैनेज करता है. इस फ़्रेमवर्क का इस्तेमाल करने पर, आपको कई ऐसी सुविधाओं का फ़ायदा मिल सकता है जो डेटा ट्रांसफ़र के लिए, खुद से डिज़ाइन की गई स्कीम में उपलब्ध नहीं होती हैं:
-
प्लग-इन आर्किटेक्चर
-
इसकी मदद से, सिस्टम में डेटा ट्रांसफ़र कोड को कॉल किए जा सकने वाले कॉम्पोनेंट के तौर पर जोड़ा जा सकता है.
-
अपने-आप होने वाला एक्ज़ीक्यूशन
-
इसकी मदद से, डेटा ट्रांसफ़र की प्रोसेस को अपने-आप होने के लिए सेट किया जा सकता है. इसके लिए, कई तरह के मानदंड तय किए जा सकते हैं. जैसे, डेटा में बदलाव, बीता हुआ समय या दिन का समय. इसके अलावा, सिस्टम उन ट्रांसफ़र को एक कतार में जोड़ देता है जिन्हें चलाया नहीं जा सकता. साथ ही, जब भी मुमकिन होता है, उन्हें चलाता है.
-
नेटवर्क की अपने-आप जांच होने की सुविधा
-
सिस्टम, डेटा ट्रांसफ़र की प्रोसेस सिर्फ़ तब शुरू करता है, जब डिवाइस में नेटवर्क कनेक्टिविटी हो.
-
बैटरी की परफ़ॉर्मेंस बेहतर हुई
-
इसकी मदद से, ऐप्लिकेशन के डेटा ट्रांसफ़र से जुड़े सभी टास्क को एक ही जगह पर मैनेज किया जा सकता है, ताकि वे सभी एक साथ चल सकें. आपका डेटा ट्रांसफ़र, अन्य ऐप्लिकेशन के डेटा ट्रांसफ़र के साथ शेड्यूल किया जाता है. इन वजहों से, सिस्टम को नेटवर्क चालू करने की ज़रूरत कम पड़ती है. इससे बैटरी का इस्तेमाल कम होता है.
-
खाते का मैनेजमेंट और पुष्टि करना
-
अगर आपके ऐप्लिकेशन में उपयोगकर्ता के क्रेडेंशियल या सर्वर लॉगिन की ज़रूरत होती है, तो
आपके पास डेटा ट्रांसफ़र में खाता मैनेजमेंट और पुष्टि करने की सुविधा को इंटिग्रेट करने का विकल्प होता है.
इस क्लास में, सिंक अडैप्टर और उसे रैप करने वाले बाउंड Service
को बनाने का तरीका बताया गया है. साथ ही, इसमें अन्य कॉम्पोनेंट उपलब्ध कराने का तरीका भी बताया गया है. ये कॉम्पोनेंट, सिंक अडैप्टर को फ़्रेमवर्क में प्लग करने में आपकी मदद करते हैं. इसके अलावा, इसमें सिंक अडैप्टर को अलग-अलग तरीकों से चलाने का तरीका भी बताया गया है.
ध्यान दें: सिंक अडैप्टर एसिंक्रोनस तरीके से काम करते हैं. इसलिए, आपको इनका इस्तेमाल इस उम्मीद के साथ करना चाहिए कि ये नियमित रूप से और असरदार तरीके से डेटा ट्रांसफ़र करेंगे, लेकिन तुरंत नहीं. अगर आपको रीयल-टाइम में डेटा ट्रांसफ़र करना है, तो आपको इसे AsyncTask
या IntentService
में करना चाहिए.
लेसन
-
स्टब ऑथेंटिकेटर बनाना
-
खाता मैनेज करने वाला ऐसा कॉम्पोनेंट जोड़ने का तरीका जानें जो सिंक अडैप्टर फ़्रेमवर्क को आपके ऐप्लिकेशन का हिस्सा होने की उम्मीद होती है. इस सबक में, आपको आसानी से समझने के लिए स्टब ऑथेंटिकेशन कॉम्पोनेंट बनाने का तरीका बताया गया है.
-
स्टब कॉन्टेंट देने वाला कोई प्रोवाइडर बनाएं
-
कॉन्टेंट उपलब्ध कराने वाले ऐसे कॉम्पोनेंट को जोड़ने का तरीका जानें जिसे सिंक अडैप्टर फ़्रेमवर्क, आपके ऐप्लिकेशन का हिस्सा मानता है. इस लेसन में यह माना गया है कि आपका ऐप्लिकेशन, कॉन्टेंट उपलब्ध कराने वाले कॉम्पोनेंट का इस्तेमाल नहीं करता है. इसलिए, इसमें आपको स्टब कॉम्पोनेंट जोड़ने का तरीका बताया गया है. अगर आपके ऐप्लिकेशन में पहले से ही कोई कॉन्टेंट उपलब्ध कराने वाली कंपनी है, तो इस सबक को छोड़ा जा सकता है.
-
सिंक अडैप्टर बनाना
-
अपने डेटा ट्रांसफ़र कोड को ऐसे कॉम्पोनेंट में शामिल करने का तरीका जानें जिसे सिंक
अडैप्टर फ़्रेमवर्क अपने-आप चला सके.
-
सिंक अडैप्टर चलाना
-
सिंक अडैप्टर फ़्रेमवर्क का इस्तेमाल करके, डेटा ट्रांसफ़र को ट्रिगर और शेड्यूल करने का तरीका जानें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. 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,["# Transfer data using sync adapters\n\n**Note:** We recommended [WorkManager](/topic/libraries/architecture/workmanager)\nas the recommended solution for most background processing use cases. Please reference the\n[background processing guide](/guide/background) to learn which solution works best for you.\n\n\nSynchronizing data between an Android device and web servers can make your application\nsignificantly more useful and compelling for your users. For example, transferring data to a web\nserver makes a useful backup, and transferring data from a server makes it available to the user\neven when the device is offline. In some cases, users may find it easier to enter and edit their\ndata in a web interface and then have that data available on their device, or they may want to\ncollect data over time and then upload it to a central storage area.\n\n\nAlthough you can design your own system for doing data transfers in your app, you should\nconsider using Android's sync adapter framework. This framework helps manage and automate data\ntransfers, and coordinates synchronization operations across different apps. When you use\nthis framework, you can take advantage of several features that aren't available to data\ntransfer schemes you design yourself:\n\n\nPlug-in architecture\n:\n Allows you to add data transfer code to the system in the form of callable components.\n\n\nAutomated execution\n:\n Allows you to automate data transfer based on a variety of criteria, including data changes,\n elapsed time, or time of day. In addition, the system adds transfers that are unable to\n run to a queue, and runs them when possible.\n\n\nAutomated network checking\n:\n The system only runs your data transfer when the device has network connectivity.\n\n\nImproved battery performance\n:\n Allows you to centralize all of your app's data transfer tasks in one place, so that they\n all run at the same time. Your data transfer is also scheduled in conjunction with data\n transfers from other apps. These factors reduce the number of times the system has to\n switch on the network, which reduces battery usage.\n\n\nAccount management and authentication\n:\n If your app requires user credentials or server login, you can optionally\n integrate account management and authentication into your data transfer.\n\n\nThis class shows you how to create a sync adapter and the bound [Service](/reference/android/app/Service) that\nwraps it, how to provide the other components that help you plug the sync adapter into the\nframework, and how to run the sync adapter to run in various ways.\n\n\n**Note:** Sync adapters run asynchronously, so you should use them with the\nexpectation that they transfer data regularly and efficiently, but not instantaneously. If\nyou need to do real-time data transfer, you should do it in an [AsyncTask](/reference/android/os/AsyncTask) or\nan [IntentService](/reference/android/app/IntentService).\n\nLessons\n-------\n\n\n**[Create a stub authenticator](/training/sync-adapters/creating-authenticator)**\n:\n Learn how to add an account-handling component that the sync adapter framework expects to be\n part of your app. This lesson shows you how to create a stub authentication component for\n simplicity.\n\n\n**[Create a stub content provider](/training/sync-adapters/creating-stub-provider)**\n:\n Learn how to add a content provider component that the sync adapter framework expects to be\n part of your app. This lesson assumes that your app doesn't use a content provider, so it\n shows you how to add a stub component. If you have a content provider already in your app,\n you can skip this lesson.\n\n\n**[Create a sync adapter](/training/sync-adapters/creating-sync-adapter)**\n:\n Learn how to encapsulate your data transfer code in a component that the sync\n adapter framework can run automatically.\n\n\n**[Run a sync adapter](/training/sync-adapters/running-sync-adapter)**\n:\n Learn how to trigger and schedule data transfers using the sync adapter framework."]]