In B4A there is PreferenceManager to save app data/settings between app sessions.
There was a class for iOS, but the member and their code were deleted:
So, the only thread I could find is this one to store app data between sessions:
So, is this KeyValueStore the recommended method to do this?
There was a class for iOS, but the member and their code were deleted:
So, the only thread I could find is this one to store app data between sessions:
B4I first time run app
Hello, I need to know if B4i application is started at the first time after instalation. I know that there is variable FirstTime at B4A like this example. Sub Activity_Create(FirstTime As Boolean) . Many thanks for your information.
www.b4x.com
So, is this KeyValueStore the recommended method to do this?