The start screen of my app prompts user to create an account. For this account creation I want to capture a lot of details, not just username & password.
I will need their full name, address, email address, contact number etc. I want these to be saved to the database and then later in the app, which is a form, I want these values to be read from the database and to populate these fields later in the app.
Can someone please give me instructions about how this can be done in the easiest, most straightforward way?
Thanks!