Rahul Singhal
05/01/2020, 4:10 PM<attr name="onClick" format="string" />
android:onClick="@{() -> onClickEvent.invoke()}"
Please help me to understand how onClick accept the lamda function . how this () -> onClickEvent.invoke() convert to stringrusshwolf
05/01/2020, 5:41 PM