I need to put the list down, ie the list starts from the java image which should be the first image. This is a RecyclerView
The ideal way would be to make a order
on the server where you get the data from the list.
But you can also use Collections.reverse(mList);
to reverse the order of your ArrayList
.