Closed jahirfiquitiva closed 7 years ago
In JavaScript you don’t have that HashMap
/ map / dictionary / object only, either. You first have an array and then, inside that, your map. Why not do the same on Android? The data types are documented in the README.
On the Meteor side, there's some code similar to this:
The method will check the items in the array just like:
data.item
,data.email
,data.name
....How can I call that method with the named items?
The current
call
method only accepts a simple array of objects, so I cannot use aHashMap
or something :/Thanks in advance