I am gettting the checked items ids in ListView
from List.getCheckedItemIds
which returns long
array, now how to convert this array to String
array ?
long [] long_list = ProcessList.getCheckedItemIds();
I am gettting the checked items ids in
| |||||||
feedback
|
| ||||
feedback
|
You can make a new String array and pass the values of long array to the string array one by one:
Sorry for the mistakes. I've updated the code. | |||||||||||
feedback
|