Square Grid - XML
问题 In my studies, I have to do an Android application that retrieves weather data from a weather station. These will be displayed in blocks. These blocks will depart on 4 columns and 2 rows. So I wanted to create a square grid of 4 columns and 2 lines for the provision of the blocks. Someone would have a solution to help me create this grid, please? 回答1: There are many options : 1. you can choose a recycler view with GridLayoutManager <android.support.v7.widget.RecyclerView android:id="@+id/main