I am implementing an application, the first view is the login view. It contains 3 textfields : account name, username and password.
I want to let the application save the login information in order not to let the user write them each time they open the application. And to be deleted when they log out.
How to do that? And how to read/write on a file?
logOut : set all value is null.