Binding Adapter not working properly
问题 I have a hard time making @BindingAdapter to work in my project. @BindingAdapter("imageUrl") public static void setImageUrl(ImageView imageView, String url) { Log.d("TEST","URL: " + url); } Above code shows how it is implemented in my ViewModel. Nothing special. <ImageView android:id="@+id/image_holder" android:layout_width="match_parent" android:layout_height="wrap_content" android:scaleType="centerCrop" android:layout_below="@id/profile_container" app:imageUrl="@{item.imageUrl}" tools:src="