I’m trying to sort the list items, I’m using custom listview. In this i have stored the items in the string array. but while listing the items, the listview is showing empty items instead of sorted items. But while debugging the string arrays are stored in sorted format. How to solve it?
Share
I have seen the code and I got some potential problem with below statement
This bold statement will return the value of any previous mapping with the specified key or null if there was no such mapping. so I am assuming there were no previous mapping has been done in this case. so please make sure you array is filled up