Posts by user2391117 • 1 point
1 post
-
0
votes0
answers77
viewsQ: When trying to get the user id saved in sharedPreferences, sometimes it returns null
When logging into the app, I save your data to Sharedpreferences using GSON (to save the API response with id, name, email, etc). The problem is that when starting the app, I check if the Model User…