Q240
Which is the correct way to reference bound data in the XML layout?
A.
android:text="@={myDataClass.property}"
AnswerB.
android:text="@={myDataClass}"
C.
android:text="@={myDataClass.property.string}"
D.
android:text="@={myDataClass.bound_data.property}"
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board