How to keep the data of registration?

star

Member
Licensed User
Longtime User
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:
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
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.
 
Upvote 0

star

Member
Licensed User
Longtime User
Hi,

Thanks a lot for your swift reply!

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^^
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
Last edited:
Upvote 0

star

Member
Licensed User
Longtime User
I will go through the tutorials and the link that you shared with me!Thanks a lot my friend
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…