Android Data Binding - Part 2
schedule
In part 1 of this blog series, I explained how to use Android's data binding library, how to use the binding class to access the view references, and how to use binding objects. I provided an example that showed a simple way to bind the data object to a text view. In part 2 of this series, I will...
schedule