Android Question Read Settings file

ovt001

Member
Licensed User
Longtime User
Hello Everybody,
I search a easy way to read parameters from a settings.txt file that stored in File.DirRootExternal.
In the past I use in VB to create a Settings.ini file.
I wrote the parameter like
"[Settings]
"Variable=value

So I could search the parmeter "Variable" and read the value.

But how do I have to do this on Android?

thank you
O.
 

ovt001

Member
Licensed User
Longtime User
Use a map. This map has Key/Value pairs. Store it with RAF (Random Access File) "WriteB4xObject" and later "ReadB4xObject". You can encrypt it very easy, too.
Hello KMatle,
Sorry vor my ignorance, but I start B4A last week. I don't know how map works :-(

I read the forum day and night, but I still be confrontated with basic problem :)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top