DEV Community

WHO’S NEXT????
WHO’S NEXT????

Posted on

3

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.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay