ocalle Active Member Licensed User Longtime User Jul 26, 2017 #1 Hello, i want ask about how can i save config setting in a app directory with the initial settings, example username, date and so on. In the other hand, can be this settings log on a server?. I used ini.txt on other languages. Thanks in advance Osvaldo
Hello, i want ask about how can i save config setting in a app directory with the initial settings, example username, date and so on. In the other hand, can be this settings log on a server?. I used ini.txt on other languages. Thanks in advance Osvaldo
eps Expert Licensed User Longtime User Jul 26, 2017 #2 Use the way you've done it before - in a text file. OR a database - but I think that's overkill. https://www.b4x.com/android/forum/threads/text-files.6690/ Upvote 0
Use the way you've done it before - in a text file. OR a database - but I think that's overkill. https://www.b4x.com/android/forum/threads/text-files.6690/
DonManfred Expert Licensed User Longtime User Jul 26, 2017 #3 KVS - KeyValueStore - is a good place for such settings. Upvote 0