F frenkipi Member Licensed User Longtime User Aug 1, 2016 #1 Hello, I am hoping somebody could point me in the right direction... What will be the best way to create a login, that will be remembered? I am logging with my .php function. Should I write user credentials to a txt file and read them on app start? Thank you
Hello, I am hoping somebody could point me in the right direction... What will be the best way to create a login, that will be remembered? I am logging with my .php function. Should I write user credentials to a txt file and read them on app start? Thank you
KMatle Expert Licensed User Longtime User Aug 1, 2016 #2 See this tutorial: https://www.b4x.com/android/forum/t...-httputils2-php-mysql-and-mail.42745/#Content If you Need to store the credentials, store it with Random Access File -> WriteEncryptedObject Another way is to do it with Google signin (use the search to do that). Upvote 0
See this tutorial: https://www.b4x.com/android/forum/t...-httputils2-php-mysql-and-mail.42745/#Content If you Need to store the credentials, store it with Random Access File -> WriteEncryptedObject Another way is to do it with Google signin (use the search to do that).