'How to group items in GridView by year

My activity tries to display all of the books in a sorted list from an API and categorize by year using GridView .This is what I've done so far: ungrouped list. I'm trying to categorize the books based on their year of release but no matter how much I search I can't figure out a way to do this. I want something that looks like this final list.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source