Hi,
Just wondering if there is a limit on the number of events that a Map can have ?
I am loading events into a map using:
However, is there a limit on the number of events I can put before the app decides to force close, memory issues etc because there is to many items in the map ?
I haven't come across any errors yet but want to know if it will cause any errors if I keep loading items into the map.
Just wondering if there is a limit on the number of events that a Map can have ?
I am loading events into a map using:
B4X:
Dim Map1 As Map
Map1.Initialize
Map1.Put("Key", "Value")
However, is there a limit on the number of events I can put before the app decides to force close, memory issues etc because there is to many items in the map ?
I haven't come across any errors yet but want to know if it will cause any errors if I keep loading items into the map.