mentorship-android
mentorship-android copied to clipboard
enable data binding in ChangePasswordFragment
enable data binding in ChangePasswordFragment. Since we are following the MVVM arch. we need to declare the layout as the former so that we can use its features(Binding Adapters,etc.)
Additional context Following MVVM architecture for our app.
@m-murad @annabauza Please have a look. May I go ahead with this?
I don't think we need a DataBinding in this fragment. DataBinding is used when we need to display some data or react to continuous change of multiple feilds.
@m-murad But in PR #598 I was suggested of using BindingAdapters :thought_balloon:
I didn't suggest it, I guess we should discuss this on zulip
Okay
I guess using DataBinding here would be an engineering overkill, not needed.
Agreed. Let's see what @annabauza has thoughts about this :)
I'll leave the decision to @isabelcosta as she is the maintainer.
@isabelcosta Thoughts on this please.
@vj-codes is this a valid issue? Or should it be closed?
Can i work on this issue !