Data Binding Guide | Android Developers
(developer.android.com)
IngramChen
積分 0
<data>
<import type="com.example.MyStringUtils"/>
<variable name="user" type="com.example.User"/>
</data>
…
<TextView
android:text="@{MyStringUtils.capitalize(user.lastName)}"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
在 xml 裡 call function 啊,這個不是個好兆頭,做過頭的話會收不回來