For a frequently changing field like form fields(username, password), is it good idea to store the text state in a viemodel state and mutate the same on every textChange action?
Or storing them in savedInstanceState and passing the text state as parameter to a viemodel method (signin/signup) would be better?