<How to reduce the use of viewBinding, to call (te...
# stackoverflow
u
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 }