readmap

  1. M

    Android Question Save Map with custom Type to file

    Hello everyone. I've a Map, that will be saved using File.WriteMap Dim m1 As Map = CreateMap("Version": AppVersion, _ "Thing1": -1, _ "Thing2": "", _ "Thing3": "", _...
  2. Hadi57

    Android Question how to get a List from Map after write and read the map.

    Probably a beginner problem. but i can't get a list in map after Write it and Read again. i get this error message: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List Dim mapSetting As Map mapSetting.Initialize Dim List1 As List...
  3. M

    iOS Question Resource Files

    In a B4i app I created some resource files to later loading using File.ReadMap and these worked fine using the format key:value key:value key:value etc These were placed in the DirAssets folder and loaded into the project and compiled. At runtime ReadMap was used to extract this data from the...
Top