I need help sorting list. val times = mutableList...
# android
t
I need help sorting list. val times = mutableListOf<String>() val temps = mutableListOf<String>() These two list could have up to 2000 - 5000 strings in each list. They will always be equal in size. I need to sort the times list and have the temps list follow it. What is the fastest method to do this? The times are unix time stamps.
d
Try #getting-started or #general , for questions that are not android-kotlin specific, there's more poeple that help out there...