I'm currently doing a project in college and we are creating and app for students.
Part of the app is easing access to the student email as our current college website is a bit all over the place.
Basically what I am trying to do is store a users email and password that they entered into the EditTexts that I have.
The data should only be stored if the user selects the option to store the data.
Also if the user's already have stored data it shall skip the page with the login and proceed straight to the Webview.
Does anyone have any examples or any tips on how to do this?
I looked at a few different ways to do it but none of the explanations seemed pretty straight forward and a lot of tutorials are using values that I do not know how to convert.
*Do note that I am relatively new to Android development as I only took it on this year!
Thank you!
T.J.