ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 120 - Associate Android Developer discussion

Report
Export

Working with Custom View. Once you define the custom attributes, you can use them in layout XML files just like built-in attributes. The only difference is that your custom attributes belong to a different namespace. Instead of belonging to the http://schemas.android.com/apk/res/android namespace, they belong to:

A.
http://schemas.android.com/apk/res/[your package name]
Answers
A.
http://schemas.android.com/apk/res/[your package name]
B.
http://schemas.android.com/apk/[your package name]
Answers
B.
http://schemas.android.com/apk/[your package name]
C.
http://schemas.android.com/[your package name]
Answers
C.
http://schemas.android.com/[your package name]
Suggested answer: A

Explanation:

Reference: https://developer.android.com/guide/topics/ui/custom-components

asked 18/09/2024
Juan Contreras
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first