Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bill Phillips: Descent into Data Binding

Realm
July 28, 2016

Bill Phillips: Descent into Data Binding

Excerpt: The new Android data binding library is capable of many things: extracting views into fields, wiring up callbacks, even evaluating simple expressions. How deep do you want to go? If you have not yet dipped your toes into data binding, this talk will be a thorough introduction intended to get you familiar and confident with the tool in a practical way.
Bio: Bill Phillips, a Fellow at Big Nerd Ranch, is coauthor of the best-selling Big Nerd Ranch Guide To Android Programming, now in its second edition. He has been writing Android applications and teaching Android fundamentals at Big Nerd Ranch for five years.
Twitter: https://twitter.com/billjings

Realm

July 28, 2016
Tweet

More Decks by Realm

Other Decks in Technology

Transcript

  1. Things I Didn’t Have Time For: • More about MVVM

    • Includes: We heard you liked data binding, so we put data binding in your data binding so you can bind while you bind • Two-way data binding
  2. Things To Remember: • No <data> section is a legitimate

    approach • Mr. Binding Mustache: he eats XML attributes, spits out Java property setters & BindingAdapter invocations • Use View Models