Android Data Binding Tutorial : 6 Two Way Data Binding

preview_player
Показать описание
Enrol to My 37 hour Advanced Android Development Course at Udemy (86% off, $14.99 only)

Check my "The Complete RxJava For Android Development Masterclass" on Udemy.

Follow my Android Development For Beginners Full Course for Free using this link.

Please SUBSCRIBE to our youtube channel . We are uploading new Android Development tutorials every week.

**************************************************************************************
Github links to download code samples of this tutorial.
Рекомендации по теме
Комментарии
Автор

Great job finally muje smj a gya thnks you so much

dipam
Автор

Just discovered the channel. Please continue to create tutorials. Your content is very updated and useful.

buzzminkyunghoon
Автор

Please make a video for MVVM with Rxjava, Dagger2 and data many thanks

himanshudhakecha
Автор

Please continue to create tutorials. Your content is very updated and useful.

FurqanYasin
Автор

what will be the best case scenario for two way data binding

benedictcontawe
Автор

So simply explained. Thank you so much

himanshudhakecha
Автор

Fantastic. Way of explaining is amazing.

sarayuprasadyadav
Автор

Enrol to My 37 hour Advanced Android Development Course at Udemy (86% off, $14.99 only)

Anushka_Madusanka
Автор

Good tutorial. Quick question, if someone knows how to solve. If we call a method public
Boolean isProductSelected() {
return auxQuantity > 0;
}
beign


@Bindable
public int getAuxQuantity() {
return auxQuantity;
}


public void setAuxQuantity(int auxQuantity) {
this.auxQuantity = auxQuantity;

}


cant make it work. I read somewhere the solution is to call a method passing the bindable param

davidsanchezplaza
Автор

and DataBindingUtil.setContentView(this, R.layout.activity_main);
both we are using at the same time, why ??? we are inflating our main xml in both methods setContentView().
can we remove this

Khelowithprash
Автор

Wow... Great tutorials. Just change the background to White as code readability is tough. And plz upgrade your mic.
For content: 20/10 😍

prakharsharan