If you just want to save simple Data like a Bool a String or an Integer i would recommend using Shared Preferences https://developer.android.com/training/data-storage/shared-preferences
If you want to Store more complex Data like a hole Userprofil oder another complex Data structure you should use a Database concept like Room. https://developer.android.com/training/data-storage/room/