Re: [android-developers] Two-way data binding not working

2016-05-11 Thread Piotr Błachut
Thank you for your response. Until today I haven`t heard about it. Its incredible that there is no public announcement about this. As far as I looked into it, there are a lot of problems with IDE and only some attributes are supported. Maybe that is the reason why they did not publish it :) W

Re: [android-developers] Two-way data binding not working

2016-05-11 Thread TreKing
On Wed, May 4, 2016 at 3:22 AM, Piotr Błachut wrote: > Are there any plans that android databinding would officially support two > way bindings? Do you now where can I find any updates regarding this? Apparently this is supported now, though I don't recall any kind of official announcement, whi

Re: [android-developers] Two-way data binding not working

2016-05-04 Thread Piotr Błachut
Are there any plans that android databinding would officially support two way bindings? Do you now where can I find any updates regarding this? Currently two way databinding can be achieved only by creating custom binding adapters (see: https://github.com/pblachut/AndroidDatabinding/blob/mast

Re: [android-developers] Two-way data binding not working

2016-03-10 Thread TreKing
On Wed, Mar 9, 2016 at 9:43 AM, Krishna Sarma wrote: > I am trying to use two-way data binding for editing user data. I am able > to show the POJO contents in the view but the changes made by user are not > able to capture back through POJO. If you mean you expect your model object to update wh

[android-developers] Two-way data binding not working

2016-03-09 Thread Krishna Sarma
Hi, I am trying to use two-way data binding for editing user data. I am able to show the POJO contents in the view but the changes made by user are not able to capture back through POJO. public class MainActivity extends AppCompatActivity { ActivityMainBinding binding; @Override