Google Play পরিষেবাগুলির ওভারভিউ
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google Play পরিষেবাগুলি আপনার অ্যাপ তৈরি, গোপনীয়তা এবং নিরাপত্তা বাড়াতে, ব্যবহারকারীদের আকৃষ্ট করতে এবং আপনার ব্যবসা বৃদ্ধির জন্য Android-এ SDK-এর একটি বিস্তৃত সেটকে শক্তি দেয়৷ এই SDKগুলির জন্য শুধুমাত্র আপনার অ্যাপে একটি হালকা ক্লায়েন্ট লাইব্রেরি অন্তর্ভুক্ত করা প্রয়োজন, যেমনটি চিত্র 1-এ দেখানো হয়েছে। রানটাইমে, ক্লায়েন্ট লাইব্রেরি প্রধান Google Play পরিষেবা অ্যাপ্লিকেশনে চলমান একটি সম্পূর্ণ বাস্তবায়নের সাথে যোগাযোগ করে।
শেয়ার্ড, ক্লায়েন্ট-সাইড ইমপ্লিমেন্টেশন, Google Play পরিষেবা প্রদান করে:
- অ্যাপ্লিকেশানের গুণমান এবং আপনার ব্যবহারকারীদের সামগ্রিক অভিজ্ঞতা উন্নত করতে ডিভাইসে থাকা সংস্থানগুলিকে অপ্টিমাইজ করতে সাহায্য করে, যেমন স্টোরেজ এবং মেমরি৷
- স্বয়ংক্রিয় আপডেটগুলি গ্রহণ করে — OS, OEM, বা অ্যাপ আপডেটগুলি থেকে স্বাধীন—তাই আপনার ব্যবহারকারীরা আরও দ্রুত উন্নতি এবং বাগ সংশোধনগুলি গ্রহণ করে৷
- Android 6.0 (API লেভেল 23) তে পশ্চাদগামী সামঞ্জস্য প্রদান করে এবং বিভিন্ন ফর্ম ফ্যাক্টর জুড়ে কাজ করে, আপনাকে কম পরিশ্রমে আরও ব্যবহারকারীদের কাছে পৌঁছাতে সক্ষম করে।

চিত্র 1. Google Play পরিষেবাগুলি নিয়মিত আপডেটগুলি পায় যাতে উন্নতি এবং বাগ ফিক্স রয়েছে৷
Google Play পরিষেবাগুলি কীভাবে কাজ করে
SDK
প্রতিটি Google Play পরিষেবা SDK-এ APIs সহ একটি হালকা ক্লায়েন্ট লাইব্রেরি রয়েছে যা Google Play পরিষেবা অ্যাপ্লিকেশনে চলা পরিষেবার সাথে ইন্টারঅ্যাক্ট করে৷ এই লাইব্রেরিগুলি রানটাইম সমস্যাগুলিকে সুন্দরভাবে পরিচালনা করার জন্য সাহায্যকারীও প্রদান করে, যেমন যখন একটি পরিষেবা অনুপস্থিত, অক্ষম বা পুরানো হয়। আপনি যখন কোড সঙ্কুচিত করতে সক্ষম করেন, তখন R8 অপ্টিমাইজার অব্যবহৃত কোড সরিয়ে আপনার প্যাকেজের আকারের উপর SDK-এর প্রভাবকে আরও কমিয়ে দেয়।
নতুন Google Play পরিষেবার বৈশিষ্ট্য বা পণ্যগুলি অ্যাক্সেস করতে, Google Maven সংগ্রহস্থলে একটি নতুন সংস্করণ প্রকাশিত হলে SDK আপগ্রেড করুন৷
সেবা
Google Play পরিষেবাগুলিতে অন-ডিভাইস ব্যাকগ্রাউন্ড পরিষেবাগুলির একটি মূল সেট রয়েছে যা সমস্ত Google-প্রত্যয়িত Android ডিভাইসে চলে৷
Google Play পরিষেবাগুলিতে স্বয়ংক্রিয় আপডেটগুলি ক্যারিয়ার, OS, বা OEM সিস্টেম ইমেজ আপডেটের থেকে স্বাধীনভাবে বিতরণ করা হয়। সাধারণভাবে, অ্যান্ড্রয়েড 6.0 বা উচ্চতর সংস্করণে চালিত ডিভাইসগুলি স্বয়ংক্রিয়ভাবে আপডেটগুলি গ্রহণ করে, তবে এই ডিভাইসগুলিতে Google Play পরিষেবাগুলি ইনস্টল করা থাকে এবং পর্যাপ্ত স্টোরেজ উপলব্ধ থাকে৷ এর মানে হল যে ব্যবহারকারীরা আরও দ্রুত উন্নতি এবং বাগ সংশোধনগুলি গ্রহণ করে এবং আপনি Android ইকোসিস্টেমের বেশিরভাগ ডিভাইসে পৌঁছানোর সময় সর্বশেষ API এর সুবিধা নিতে পারেন৷ Android 6.0 এর থেকে পুরানো ডিভাইস বা Google Play পরিষেবা ইনস্টল করা ছাড়া ডিভাইসগুলি সমর্থিত নয়৷
পরবর্তী পদক্ষেপ: আপনার অ্যাপ সেট আপ করুন
আপনার অ্যাপে Google Play পরিষেবা API ব্যবহার শুরু করতে, এই সেটআপ নির্দেশিকা পড়ুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eGoogle Play services optimizes app performance and user experience by providing shared, client-side implementations of SDKs, minimizing resource usage.\u003c/p\u003e\n"],["\u003cp\u003eAutomatic updates to Google Play services ensure users receive the latest improvements and bug fixes quickly, independent of OS or device updates.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Play services offers broad compatibility, supporting Android 6.0 (API level 23) and above, various form factors, enabling wider user reach with less development effort.\u003c/p\u003e\n"],["\u003cp\u003eSDKs powered by Google Play services utilize lightweight client libraries, reducing app size and ensuring efficient interactions with Google services.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Play services runs essential Google services in the background on certified Android devices, delivering automatic updates for enhanced functionality and security.\u003c/p\u003e\n"]]],["Google Play services provides lightweight SDK client libraries for Android apps, which interact with shared services on the device. These services optimize device resources, receive automatic updates independent of OS or app updates, and offer backward compatibility to Android 6.0. Developers can update SDKs to access new features through the Google Maven repository. Automatic updates are delivered to devices with Google Play services installed and running Android 6.0 or later. R8 optimizer can reduce the footprint of each SDK.\n"],null,["# Overview of Google Play services\n\n\u003cbr /\u003e\n\nGoogle Play services powers a broad set of SDKs on Android for building\nyour app, enhancing privacy and security, engaging users, and growing your\nbusiness. These SDKs only require a lightweight client library to be\nincluded in your app, as shown in figure 1. At runtime, the client library\ncommunicates with a full implementation running in the main Google\nPlay services application.\n\nBy providing shared, client-side implementations, Google Play services:\n\n- Helps to optimize on-device resources, such as storage and memory, to improve [app quality](https://developer.android.com/quality) and your users' overall experience.\n- Receives automatic updates---independent of OS, OEM, or app updates---so your users receive improvements and bug fixes more quickly.\n- Provides backward compatibility to Android 6.0 (API level 23) and works across various form factors, enabling you to reach more users with less effort.\n\n**Figure 1.** Google Play services receives regular updates that contain\nimprovements and bug fixes.\n\nHow Google Play services works\n------------------------------\n\n### SDKs\n\nEach Google Play services SDK includes a lightweight client library with APIs\nthat interact with a service that runs in the Google Play services application.\nThese libraries also provide helpers to gracefully handle runtime issues, such\nas when a service is missing, disabled, or out-of-date. When you\nenable code shrinking, the\n[R8 optimizer](https://developer.android.com/studio/build/shrink-code)\nfurther reduces the SDK's impact on your package size by removing unused code.\n\nTo access new Google Play services features or products, upgrade the SDK when a\nnew version is [released](/android/guides/releases) to the [Google Maven\nrepository](https://maven.google.com/web/index.html#com.google.android.gms).\n\n### Services\n\nGoogle Play services contains a core set of on-device background services that\nrun on all Google-certified Android devices.\n\nAutomatic updates to Google Play services are delivered independent of carrier,\nOS, or OEM system image updates. In general, devices running Android 6.0 or\nhigher receive updates automatically, provided that these devices have Google\nPlay services installed and sufficient storage available. This means that users\nreceive improvements and bug fixes more quickly, and you can take advantage of\nthe latest APIs while reaching most devices in the Android ecosystem. Devices\nolder than Android 6.0, or devices without Google Play services installed,\naren't supported.\n\nNext steps: set up your app\n---------------------------\n\nTo begin using Google Play services APIs in your app, read this [setup\nguide](/android/guides/setup)."]]