{"id":6264,"date":"2022-05-09T16:07:25","date_gmt":"2022-05-09T08:07:25","guid":{"rendered":"http:\/\/xinyiworld.top\/wordpress\/?p=6264"},"modified":"2022-05-09T16:07:25","modified_gmt":"2022-05-09T08:07:25","slug":"bindingadapter%e5%a4%9a%e5%8f%82%e6%95%b0","status":"publish","type":"post","link":"http:\/\/xinyiworld.top\/wordpress_it\/?p=6264","title":{"rendered":"BindingAdapter\u591a\u53c2\u6570"},"content":{"rendered":"<p><a class=\"wp-editor-md-post-content-link\" href=\"https:\/\/itpcb.com\/a\/150983\">https:\/\/itpcb.com\/a\/150983<\/a><\/p>\n<pre><code class=\"language-java line-numbers\">@BindingAdapter(value = {\"imageUrl\", \"placeDrawableId\", \"errorDrawableId\"}, requireAll = true)\/\/requireAll\u8868\u793a\u6240\u6709\u53c2\u6570\u90fd\u5fc5\u987b\u6709\npublic static void setImageUrl(ImageView imageView, String imageUrl, int placeDrawableId, int errorDrawableId) {\n    ImageLoadUtils.loadImageUrl(getApplicationContext(), imageUrl, placeDrawableId, errorDrawableId, imageView););\n}\n<\/code><\/pre>\n<pre data-language=XML><code class=\"language-markup line-numbers\">&lt;ImageView\n        android:id=\"@+id\/iv_image\"\n        android:layout_width=\"wrap_content\"\n        android:layout_height=\"wrap_content\"\n        android:scaleType=\"centerCrop\"\n        app:imageUrl=\"@{item.imageUrl}\"\n        app:placeDrawableId=\"@{item.placeDrawableId}\"\n        app:errorDrawableId=\"@{item.errorDrawableId}\"\/&gt;\n<\/code><\/pre>\n<button class=\"simplefavorite-button\" data-postid=\"6264\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>https:\/\/itpcb.com\/a\/150983 @BindingAdapter(value = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[278],"tags":[],"_links":{"self":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6264"}],"collection":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6264"}],"version-history":[{"count":1,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6264\/revisions"}],"predecessor-version":[{"id":6265,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/6264\/revisions\/6265"}],"wp:attachment":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6264"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6264"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6264"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}