视图绑定作为 Android Jetpack 的一部分发布
医生: https://developer.android.com/topic/libraries/view-binding
我的问题是,如何使用自定义视图的视图绑定。
我试过了,但是什么都没有显示出来。
LayoutInflater inflater = LayoutInflater.from(getContext());
然后,我用了这个,但还是没用。
LayoutInflater inflater = (LayoutInflater)
getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
我想也许我没有为我的视图正确的布局目标膨胀,但不确定。