G gkumar Active Member Licensed User Longtime User May 17, 2012 #1 Hi, My application needs to remember last logged in 'User name'. is it possible to store this somewhere in android or I have to use file internally ? Thanks in advance,
Hi, My application needs to remember last logged in 'User name'. is it possible to store this somewhere in android or I have to use file internally ? Thanks in advance,
Erel B4X founder Staff member Licensed User Longtime User May 17, 2012 #2 I moved this thread to the questions forum. The simplest way is to store it yourself in File.DirInternal. Upvote 0
I moved this thread to the questions forum. The simplest way is to store it yourself in File.DirInternal.