I'm working on an android project with MVVM + Data binding + Live data and I've some questions:
I have register module (Sign in - Sign up - reset pass) I'm asking is it better to use one view model for sign in & up or for every screen I should have view model?
If I take a user's info(mail- pass - name gender) should I use live string fields for them or use live user object?