hi i hope someone can help i am new to developing, i have managed to get this app i am building running previously on a windows machine and i am redevloping for android. the scenario is this. I need a user to input data, i can get this into shared prefences which is ok. But i need this to be a 1 time operation, the data is an id number. first time the application is run the user enters their Id number, the application uses this id number as part of an email which is sent. The next time the user runs the app i dont want the app asking them to enter their id again.
I got this working on a windows based machine by writing the data out to a file, when the app started it would check if file existed, if file existed then it would open the relevant form for email, if the file didn't exist it would open the data input form.
I hope i have explained the issue clearly enough. all help appreciated thanks.