Talk at GDG Düsseldorf November MeetUp (2016-11-24).
Among Android Developers, the introduction of DataBinding is considered as one of „the most significant changes“ to the Android framework. It impacts the whole way how developers develop and design their apps. The basic usage of DataBinding is pretty straightforward. However, in advanced use cases the usage could be tricky. How to generically bind data in RecyclerViews? How to test DataBinding? What are BindingAdapters for? Which architectural style to choose for DataBinding? ...
This talk tries to answer these kind of questions by providing a closer look to this new tool. It addresses advanced challenges developers will stumble upon when applying DataBinding in real world projects. I'm using DataBinding since day one and already gained some practical experiences which might be interesting for other Android enthusiast as well. However, while one objective of the talk is to share my experience I would also like to facilitate a discussion among the attendees and also learn from their experiences with DataBinding.