Hello can anyone help me please to solve the following problem?
What do I use to add key => value pair? Lists or Maps?
for e.g. I want to create an array like this;
FS88772 => "Value 1"
FS88773 => "Value 2"
FS88774 => "Value 3"
.
.
FS8877N => "Value N"
and in an InputMultiList I want to display the value1, value2, value3...valueN. Based on what the user selects from the inplutmultilist dialog, I should be able to find the key of those items.
For e.g: if a user selects value 3, value 8 and value 9 from the inputMultiList, i want to fetch the associated Keys of those values.
How can I do this basic4android please?
What do I use to add key => value pair? Lists or Maps?
for e.g. I want to create an array like this;
FS88772 => "Value 1"
FS88773 => "Value 2"
FS88774 => "Value 3"
.
.
FS8877N => "Value N"
and in an InputMultiList I want to display the value1, value2, value3...valueN. Based on what the user selects from the inplutmultilist dialog, I should be able to find the key of those items.
For e.g: if a user selects value 3, value 8 and value 9 from the inputMultiList, i want to fetch the associated Keys of those values.
How can I do this basic4android please?