kgundula/smartcitizens-android

Cache User Model instead of individual properties

ishmaelmakitla opened this issue · 1 comments

When the user has logged in successfully, you need to serialize (or save as is - because you get a JSON model back) the user in the SharedPreferences instead of saving username, password, etc individually.