Data Binding - an easier way to connect android UI

preview_player
Показать описание
Data binding is the process that establishes a connection between the application UI. This open source library was announced at Google I/O 2015.

Faisal Abid, Google Developer Expert will show you how to use data binding to create your Android Application Layout instead of using "findviewbyid".

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

Very useful tutorial. I don't know what kind of person was that who had given 1 thumbs down to this video.

Thank you for sharing such valuable information with us.

kamranbashir
Автор

thanks for quick overview of databinding and its really going making development fast.

SandeepGurram
Автор

Thanks for the quick overview .. very useful!

JoeWhiteIII
Автор

Thank you for your sharing. It is clear.

myrickchow
Автор

First of all this is a great informative video thank you.I am glad that this data binding approach will greatly help in applying MVC Architecture to android. But i wonder why you are still using findviewById to Recyclerview in MainActivity.

praneethkalluri
Автор

thanks for the valuable overview.... could you please tell me how to add item listener for a ListView which is connected with layout using DataBinding...

mohamedzaki
Автор

where did you get that star trek poster from?

alastair
Автор

I prefer Butterknife, why do you need to use data binding ?

ashaniwickrema
Автор

The code should be in Android convention, not objective-C nor C# style.

androidfung