What is the best way to store user login details? ...
# android
s
What is the best way to store user login details? Basically I know that I can use 1. shared preference 2. Data store preference 3. Room database. But what's the best way and where I have to use above 3 points.
not kotlin but kotlin colored 8