Start a Project

How to use shared preference to update the layout using data binding

In this example, I used data binding on the navigation drawer to update the layout whenever a user logged in the navigation drawer change its layout. Make a class which extends a BaseObservable class and put a key in shared preference so whenever the value changes on the particular key shared preference listener notify the login variable.

Here is my public class LoginChecker:

In my login.xml,  data is an instance of LoginChecker class. Here the magic happens whenever the user logged in there is visibility condition so whenever the new value update on the index login in shared preference previous layout change its visibility.

Exit mobile version