Join Slack
Powered by
<How to get the last value of an ArrayList in kotl...
# stackoverflow
u
user
10/23/2018, 12:01 PM
How to get the last value of an ArrayList in kotlin?
How to get the last item of an ArrayList in kotlin? I have a list like val myList = listOf("item1", "item2", "item3") I want to get the last item of myList
Open in Slack
Previous
Next