Join Slack
Powered by
<How to reduce the use of viewBinding, to call (te...
# stackoverflow
u
user
07/08/2022, 3:11 PM
How to reduce the use of viewBinding, to call (text,edit)views From layout
I want to decrease the use of binding in my code fun setVisibility() { binding.tvFact.visibility = View.VISIBLE binding.tvTimeStamp.visibility = View.VISIBLE binding.progressBar.visibility = View.GONE }
4
Views
Open in Slack
Previous
Next