What I learned today 5/29/20
WHO’S NEXT????
Posted on May 29, 2020
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.
💖 💪 🙅 🚩
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.