0
The ideal way would be to make one order
on the server, where you get the data from the list.
But you can also use one Collections.reverse(mList);
to reverse the order of your ArrayList
.
0
2
The ideal way would be to make one order
on the server, where you get the data from the list.
But you can also use one Collections.reverse(mList);
to reverse the order of your ArrayList
.
Browser other questions tagged java android
You are not signed in. Login or sign up in order to post.