0

the last following days I was fighting with the mentioned GridView hack. Problem was and still is that it cuts the last row. I couldn't fix it therefore I need a new alternative. What I want to build is scrollable 3(columns)x2-8(rows) layout with image and some textview. I put it in a ScrollView.

Maybe you could suggest some alternatives for a GridView to do that?

1 Answer 1

0

Well, I have actually found a solution. I have implemented GridView (assigning GridLayoutManager) in the RecycleView. Now it works as it should and no more custom GridLayout implementation!

Inspiration from here http://blog.iamsuleiman.com/image-gallery-app-android-studio-1-4-glide/

Not the answer you're looking for? Browse other questions tagged or ask your own question.