I'm trying to create a GridView that will have two different types of items.
The first few items will take up one entire row. As the user continues to scroll, there will start to show two items per row like this:
https://i.stack.imgur.com/8loCq.jpg
How can I achieve this type of grid view? With iOS's UICollectionView it's easy to do this however I haven't had a lot of luck with this on Android. Any help would be greatly appreciated!