Hi my fellow friends,
May i know how to keep the data(username,password,email address and contact number) when the users has submitted and registered with their personal details?I am currently at the stage of the registration GUI.Thanks a lot and have a nice day.:sign0085:
Hello,
If security is not critical I'd use a PreferenceActivity attached to the Main activity.
If for some reason the data should be encrypted I'd use a SQL database with the encryption library.
May i know where can i find the PreferenceActivity which is attached to the Main activity? Besides,can u please advise me on how to use SQL database with the encryption library?Your guidance is very much appreciated^^