Simple Android grid example using RecyclerView with GridLayoutManager (like the old GridView)

后端 未结 5 2305
我寻月下人不归
我寻月下人不归 2020-11-22 02:03

I know that RecyclerView has replaced the functionality of the old ListView and GridView. I am looking for a very basic example that s

5条回答
  •  一生所求
    2020-11-22 02:36

    This is a simple way from XML only

    spanCount for number of columns

    layoutManager for making it grid or linear(Vertical or Horizontal)

    
    

提交回复
热议问题