What I learned today 5/29/20

laron_corey

WHO’S NEXT????

Posted on May 29, 2020

What I learned today 5/29/20

Today I learned data binding. I learned it via the Android Udacity course. The way I learned it is that instead using "findbyID" which creates a tougher job during runtime, you can use databinding to call views and assign them things. Instead of newName = findbyId(R.id.tv_Name), newName.text , I learned to use binding.tv_Name.text.

💖 💪 🙅 🚩
laron_corey
WHO’S NEXT????

Posted on May 29, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What I learned today 5/29/20
kotlin What I learned today 5/29/20

May 29, 2020