I’m saving details of product in a map and adding in ArrayList< HashMap< String,String >> and setting in to a custom list adapter. I need to sort the values by price in it. How to achieve it? Thanks in advance.
I’m saving details of product in a map and adding in ArrayList< HashMap< String,String
Share
Pleas use the code below :