অটোফিল ফ্রেমওয়ার্ক
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অটোফিল ফ্রেমওয়ার্ক Android 8.0 (API লেভেল 26) এবং উচ্চতর সংস্করণে উপলব্ধ।
কিছু অ্যাপ, যেমন পাসওয়ার্ড ম্যানেজার, ব্যবহারকারীর দেওয়া ডেটা দিয়ে অন্যান্য অ্যাপের ভিউ পূরণ করতে পারে। যে অ্যাপগুলি অন্যান্য অ্যাপের ভিউ পূরণ করে সেগুলিকে অটোফিল পরিষেবা বলা হয়। অটোফিল ফ্রেমওয়ার্ক একটি অ্যাপ এবং একটি অটোফিল পরিষেবার মধ্যে যোগাযোগ পরিচালনা করে।
ফর্ম পূরণ করা একটি সময়সাপেক্ষ এবং ত্রুটি-প্রবণ কাজ। অটোফিল ফ্রেমওয়ার্ক নিম্নলিখিত সুবিধা প্রদান করে ব্যবহারকারীর অভিজ্ঞতা উন্নত করে:
- ক্ষেত্র ভরাট করা সময় বাঁচানো। অটোফিল ব্যবহারকারীদের তথ্য পুনরায় টাইপ করা থেকে বাঁচায়।
- ব্যবহারকারীর ইনপুট ত্রুটি হ্রাস করা। টাইপিং ত্রুটির প্রবণ, বিশেষ করে মোবাইল ডিভাইসে। তথ্য টাইপ করার প্রয়োজনীয়তা হ্রাস করা টাইপগুলিকে কমিয়ে দেয়।
উপাদান
অটোফিল ফ্রেমওয়ার্কটিতে নিম্নলিখিত উচ্চ-স্তরের উপাদান রয়েছে:
- অটোফিল পরিষেবা: পাসওয়ার্ড ম্যানেজারগুলির মতো অ্যাপ যা ব্যবহারকারীর তথ্য সংরক্ষণ এবং সঞ্চয় করে যা একাধিক অ্যাপ জুড়ে ভিউতে ব্যবহার করা যেতে পারে।
- অটোফিল ক্লায়েন্ট: এমন অ্যাপ যা ভিউ প্রদান করে যা পূরণ করতে হবে বা ব্যবহারকারীর ডেটা ধরে রাখে।
- অ্যান্ড্রয়েড সিস্টেম: ওএস যা ওয়ার্কফ্লোকে সংজ্ঞায়িত করে এবং পরিকাঠামো প্রদান করে যা পরিষেবা এবং ক্লায়েন্টদের একসাথে কাজ করে।
অটোফিল ওয়ার্কফ্লো সম্পর্কে বিস্তারিত ব্যাখ্যার জন্য, AutofillService
এবং AutofillManager
রেফারেন্স ডকুমেন্টেশন দেখুন।
গাইড
অটোফিল ফ্রেমওয়ার্ক কীভাবে ব্যবহার করবেন সে সম্পর্কে আরও জানতে, নিম্নলিখিত নির্দেশিকাগুলি দেখুন:
- অটোফিলের জন্য আপনার অ্যাপটি অপ্টিমাইজ করুন
- আপনার অ্যাপটি অটোফিল ফ্রেমওয়ার্কের সাথে ব্যবহারের জন্য কনফিগার করা আছে কিনা পরীক্ষা করুন।
- অটোফিল পরিষেবা তৈরি করুন
- আপনার নিজস্ব অটোফিল পরিষেবা বাস্তবায়ন করুন।
- কীবোর্ডের সাথে অটোফিল ইন্টিগ্রেট করুন
- অটোফিল ব্যবহার করতে কীবোর্ড এবং অন্যান্য IME সক্ষম করুন এবং IME ইন্টিগ্রেশন সমর্থন করার জন্য আপনার অটোফিল প্রদানকারীকে সক্ষম করুন৷
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-27 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["The autofill framework is available in Android 8.0 (API level 26) and higher.\n\nSome apps, such as password managers, can fill out the views in other apps with\ndata provided by the user. Apps that fill out other apps' views are called\n*autofill services*. The autofill framework manages the communication between an\napp and an autofill service.\n\nFilling out forms is a time-consuming and error-prone task. The autofill\nframework improves the user experience by providing the following benefits:\n\n- **Saving time spent filling in fields.** Autofill saves users from re-typing information.\n- **Minimizing user input errors.** Typing is prone to errors, especially on mobile devices. Minimizing the need to type information minimizes typos.\n\n| **Note:** Autofill works well with [Credential Manager](/identity/sign-in/credential-manager) and [passkeys](https://developers.google.com/identity/passkeys) to provide increased security and a smoother workflow.\n\nComponents\n\nThe autofill framework contains the following high-level components:\n\n- **Autofill services:** apps such as password managers that save and store user information that can be used in views across multiple apps.\n- **Autofill clients:** apps that provide views that need to be filled out or that hold the user's data.\n- **Android system:** the OS that defines the workflow and provides the infrastructure that makes services and clients work together.\n\nFor a detailed explanation of the autofill workflow, see the\n[`AutofillService`](/reference/android/service/autofill/AutofillService) and\n[`AutofillManager`](/reference/android/view/autofill/AutofillManager) reference\ndocumentation.\n\nGuides\n\nTo learn more about how to use the autofill framework, see the following guides:\n\n[Optimize your app for autofill](/guide/topics/text/autofill-optimize)\n: Check that your app is configured for use with the autofill framework.\n\n[Build autofill services](/guide/topics/text/autofill-services)\n: Implement your own autofill service.\n\n[Integrate autofill with keyboards](/guide/topics/text/ime-autofill)\n: Enable keyboards and other IMEs to use autofill, and enable your autofill\n provider to support IME integration."]]