Attaullah

Results 2 comments of Attaullah

Thanks, But Visual Studio Made my day ! Just Created Release File with Visual Studio 2019, it compiled it, Running Fine.

Here is how I'm using with viewBinding. 1. Add an ID to the root tag of custom controls ``` ``` Next In your activity ```onCreate()``` ``` YourBindingControlClass exoControlBinding = YourBindingControlClass.bind(findViewByID(R.id.dragon_exo_control_layout));...