- সিনট্যাক্স:
<meta-data android:name="string" android:resource="resource specification" android:value="string" />
- এর মধ্যে রয়েছে:
-
<activity>
<activity-alias>
<application>
<provider>
<receiver>
<service>
- বর্ণনা:
- অতিরিক্ত, নির্বিচারে ডেটার একটি আইটেমের জন্য একটি নাম-মানের জোড়া যা মূল উপাদানে সরবরাহ করা যেতে পারে। একটি উপাদান উপাদানে যেকোনো সংখ্যক
<meta-data>
উপ-এলিমেন্ট থাকতে পারে। তাদের সকলের মানগুলি একটি এককBundle
অবজেক্টে সংগ্রহ করা হয় এবংPackageItemInfo.metaData
ক্ষেত্র হিসাবে উপাদানটিতে উপলব্ধ করা হয়।value
বৈশিষ্ট্যের মাধ্যমে সাধারণ মানগুলি নির্দিষ্ট করুন। একটি রিসোর্স আইডি মান হিসেবে বরাদ্দ করতে, পরিবর্তেresource
অ্যাট্রিবিউট ব্যবহার করুন। উদাহরণস্বরূপ,zoo
নামের জন্য@string/kangaroo
রিসোর্সে যে মান সংরক্ষিত আছে তা নিম্নোক্ত কোড বরাদ্দ করে:<meta-data android:name="zoo" android:value="@string/kangaroo" />
অন্যদিকে,
resource
অ্যাট্রিবিউট ব্যবহার করেzoo
রিসোর্সের সাংখ্যিক আইডি বরাদ্দ করে, রিসোর্সে সংরক্ষিত মান নয়:<meta-data android:name="zoo" android:resource="@string/kangaroo" />
আমরা অত্যন্ত সুপারিশ করছি যে আপনি একাধিক পৃথক
<meta-data>
এন্ট্রি হিসাবে সম্পর্কিত ডেটা সরবরাহ করা এড়িয়ে চলুন। পরিবর্তে, যদি আপনার কাছে একটি উপাদানের সাথে যুক্ত করার জন্য জটিল ডেটা থাকে, তাহলে এটিকে একটি সংস্থান হিসাবে সংরক্ষণ করুন এবং এর আইডির উপাদানটিকে জানাতেresource
বৈশিষ্ট্য ব্যবহার করুন। - গুণাবলী:
-
android:name
- আইটেম জন্য একটি অনন্য নাম. নামটিকে অনন্য রাখতে, একটি জাভা-স্টাইল নামকরণের নিয়ম ব্যবহার করুন, যেমন "
com.example.project.activity.fred
"। -
android:resource
- একটি সম্পদ একটি রেফারেন্স. সম্পদের ID হল আইটেমের জন্য নির্ধারিত মান। ID
Bundle.getInt()
পদ্ধতি ব্যবহার করে মেটা-ডেটাBundle
থেকে পুনরুদ্ধার করা হয়। -
android:value
- আইটেমের জন্য নির্ধারিত মান। মান হিসাবে বরাদ্দ করা যেতে পারে এমন ডেটা প্রকার এবং উপাদানগুলি সেই মানগুলি পুনরুদ্ধার করার জন্য যে
Bundle
পদ্ধতিগুলি ব্যবহার করে তা নিম্নলিখিত সারণীতে তালিকাভুক্ত করা হয়েছে:টাইপ বান্ডিল পদ্ধতি স্ট্রিং: অক্ষর এড়ানোর জন্য ডবল ব্যাকস্ল্যাশ ( \\
) ব্যবহার করুন, যেমন একটি নতুন লাইনের জন্য\\n
এবং একটি ইউনিকোড অক্ষরের জন্য\\uxxxxx
getString()
পূর্ণসংখ্যা: উদাহরণস্বরূপ, 100
getInt()
বুলিয়ান: হয় true
বাfalse
getBoolean()
রঙ: আকারে #rgb
,#argb
,#rrggbb
, বা#aarrggbb
getInt()
ফ্লোট: উদাহরণস্বরূপ, 1.23
getFloat()
-
- প্রবর্তিত:
- API স্তর 1
<মেটা-ডেটা>
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি 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,["# <meta-data\u003e\n\nsyntax:\n:\n\n ```xml\n \u003cmeta-data android:name=\"string\"\n android:resource=\"resource specification\"\n android:value=\"string\" /\u003e\n ```\n\ncontained in:\n: [\u003cactivity\u003e](/guide/topics/manifest/activity-element)\n\n [\u003cactivity-alias\u003e](/guide/topics/manifest/activity-alias-element)\n\n [\u003capplication\u003e](/guide/topics/manifest/application-element)\n\n [\u003cprovider\u003e](/guide/topics/manifest/provider-element)\n\n [\u003creceiver\u003e](/guide/topics/manifest/receiver-element)\n\n [\u003cservice\u003e](/guide/topics/manifest/service-element)\n\ndescription:\n: A name-value pair for an item of additional, arbitrary data that can be\n supplied to the parent component. A component element can contain any\n number of `\u003cmeta-data\u003e` subelements. The values from all of\n them are collected in a single [Bundle](/reference/android/os/Bundle) object and made\n available to the component as the\n [PackageItemInfo.metaData](/reference/android/content/pm/PackageItemInfo#metaData) field.\n\n Specify ordinary values through the [value](/guide/topics/manifest/meta-data-element#val)\n attribute. To assign a resource ID as the value, use the\n [resource](/guide/topics/manifest/meta-data-element#rsrc) attribute instead. For example,\n the following code assigns whatever value is stored in the `@string/kangaroo`\n resource to the `zoo` name:\n\n\n ```xml\n \u003cmeta-data android:name=\"zoo\" android:value=\"@string/kangaroo\" /\u003e\n ```\n\n\n On the other hand, using the `resource` attribute assigns `zoo`\n the numeric ID of the resource, not the value stored in the resource:\n\n\n ```xml\n \u003cmeta-data android:name=\"zoo\" android:resource=\"@string/kangaroo\" /\u003e\n ```\n\n\n We highly recommend that you avoid supplying related data as\n multiple separate `\u003cmeta-data\u003e` entries. Instead, if you\n have complex data to associate with a component, store it as a resource and\n use the `resource` attribute to inform the component of its ID.\n\nattributes:\n:\n\n `android:name`\n : A unique name for the item. To keep the name unique, use a\n Java-style naming convention, such as\n \"`com.example.project.activity.fred`\".\n\n `android:resource`\n : A reference to a resource. The ID of the resource is the value assigned\n to the item. The ID is retrieved from the meta-data `Bundle` using the\n [Bundle.getInt()](/reference/android/os/BaseBundle#getInt(java.lang.String)) method.\n\n `android:value`\n : The value assigned to the item. The data types that can be assigned as values and the\n `Bundle` methods that components use to retrieve those values are listed in the following table:\n\n\n | Type | Bundle method |\n |---------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|\n | String: use double backslashes (`\\\\`) to escape characters, such as `\\\\n` for a new line and `\\\\uxxxxx` for a Unicode character | [getString()](/reference/android/os/BaseBundle#getString(java.lang.String)) |\n | Integer: for example, `100` | [getInt()](/reference/android/os/BaseBundle#getInt(java.lang.String)) |\n | Boolean: either `true` or `false` | [getBoolean()](/reference/android/os/BaseBundle#getBoolean(java.lang.String)) |\n | Color: in the form `#rgb`, `#argb`, `#rrggbb`, or `#aarrggbb` | [getInt()](/reference/android/os/BaseBundle#getInt(java.lang.String)) |\n | Float: for example, `1.23` | [getFloat()](/reference/android/os/Bundle#getFloat(java.lang.String)) |\n\n\nintroduced in:\n: API level 1"]]