1
Hello, I am learning Android and I learned a lot about Listview... But not much about Gridview, so I would like to know how to develop a Gridview similar to the below: (The title "POPULAR" Never mind), I just wanted to know how to configure the "single item", because I have many doubts and I believe that when analyzing the code I can solve...
You will have to create a custom Adapter to load custom views. It gives a search on Google. There are thousands of tutorials on this.
– Márcio Oliveira
I would advise you to do this with a recyclerview Quote this tutorial here: https://inducesmile.com/android/android-gridlayoutmanager-with-recyclerview-in-material-design/
– Oto Campos