How to save login

Hi guys. I’m coding an app at the moment, but i’m having trouble makeing it save the sign up data in the program. Any tips or exampels to what i might do?

Hi @jessie_lorentzen1

Welcome to the community! :slight_smile:
You could save the sign up data onto a file
https://processing.org/reference/createWriter_.html

and then read that same file
https://processing.org/reference/createReader_.html

and assign the variables to sign :slight_smile:

Best regards

1 Like