can i apply a delegate on view visibility on eleme...
# android
r
can i apply a delegate on view visibility on element in activity ? (i need make some validation before apply visibility to view)
r
I don’t think you want to do that. Delegates are normally used for setting the variable, not setting a method in the variable
just create a function or a extension function if you want to be fancy lol