Android Data Binding

preview_player
Показать описание
Where does the Data Binding Library fit in the Android developer's toolbox? Explore use cases for Android's Data Binding Library and its advantages/disadvantages as Josh Rose, developer at ChoreMonster, takes you on a journey through a major Android app rewrite.

Рекомендации по теме
Комментарии
Автор

Very good presentation and pros for data binding. Thanks :)

witoldsienski
Автор

Awesome! It helped me a lot! I was very very confused with the use of this framework. Now I'm better understanding.

CarlosAlbertoSilvaJunior
Автор

can we get sample apps which are explained in this discussion?

Автор

Very good explanation!

Just one question.
If i have for example an imageview in layout xx, and this layout was included on main_layout, I need to bind the layout xx on java too? or can I use on MainBnding?

erickmaeda
Автор

I have a question, ButterKnife vs AndroidAnnotation. Which one is better? or just depends on the use cases?

bisujin
Автор

Hi,
I'm working on AOSP internal apps and using AOSP Marshmallow version on Ubuntu 5.x. I wanted to use data binding in these apps. But here is the problem,
Whenever I build my app with databinding integration, throws a error for databinding objects and classes.

Is here anyone can help me out to understand how to build databinding apps in AOSP. May be I need to specify some parameters in the make file, but I am not sure what exactly to write in make file.

Anyone please :-)

manishkherde