ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 105 - Associate Android Developer discussion

Report
Export

Which statement is most true about layout_constraintLeft_toRightOf and layout_constraintStart_toEndOf constraints ?

A.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in any case
Answers
A.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in any case
B.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a language that uses right-to-left (RTL) scripts, such as Arabic or Hebrew, for their UI locale
Answers
B.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a language that uses right-to-left (RTL) scripts, such as Arabic or Hebrew, for their UI locale
C.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a language that uses left-to-right (LTR) scripts, such as English or French, for their UI locale
Answers
C.
layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a language that uses left-to-right (LTR) scripts, such as English or French, for their UI locale
D.
layout_constraintLeft_toRightOf works with horizontal axes and layout_constraintStart_toEndOf works with vertical axes
Answers
D.
layout_constraintLeft_toRightOf works with horizontal axes and layout_constraintStart_toEndOf works with vertical axes
Suggested answer: C

Explanation:

Reference:

https://developer.android.com/training/basics/supporting-devices/languages

asked 18/09/2024
Tiago Carvalho
47 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first