I have a Grid View in my Android Application in which Images are fetched from xml file and are set and viewed in the gridview. Some images from the xml file have important markings.
I want to show that marked images in the beginning of the grid. For that I think I have to apply sorting. Can anyone suggest me how to do sorting of images?
Thanks in Advance.
I have a Grid View in my Android Application in which Images are fetched
Share
Make a list of your elements and use
This should sort your items in the list