Android: How to create a Facebook like images gallery grid?
问题 I'm trying to implement a facebook like, gallery grid, where items have different sizes: I was trying to use different libraries/solutions but for now without success: I tried to use AsymemetricGridView. But the problem with this implementation is that there are empty dead spaces left in the grid after going throw the adapter. I also thought of using the StaggeredGridLayoutManager and a RecycleView , but items, in this case, don't have equal or half sizes to other items as it implemented in