I have a RecyclerView with a GridLayoutManager that displays Card Views. I want the cards to rearrange according to the screen size (the Google Play app does this kind of th
Set in recyclerView initialization:
recyclerView
recyclerView.setLayoutManager(new GridLayoutManager(this, 4));