When we now do this, the order in which map values are entered is not preserved.
I think this little change in the library would keep the order:
to
I think this little change in the library would keep the order:
B4X:
this.nameValuePairs = new HashMap<String, Object>();
B4X:
this.nameValuePairs = new LinkedHashMap<String, Object>();