Android GridLayoutManager Example
Android GridLayoutManager is the RecyclerView.LayoutManager implementation to lay out items in a grid. In this tutorial, we'll create an application that displays [CardViews](/community/tutorials/android-recyclerview-android-cardview-example-tutorial) inside a RecyclerView in the form of a GridLayout. Also, we'll implement an interface that makes RecyclerView item click similar to a [ListView](/community/tutorials/android-listview-example-tutorial) itemClickListener. Android GridLayoutManager We've implemented a RecyclerView using a […]