python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I use a GridView instead of RecyclerView for smaller dataset?
I have a simple use case to show six images on screen and allow multiselection. The number of images is fixed here. Can I use GridView instead of a RecyclerView for this simple use case?
I read an ans...
Madhan
Votes: 0
Answers: 1
GridView is not taking full space inside ExpandableListView in android
I have to create an ExpandableListView as shown in picture below
I have added GridView inside ExpandableListView but it shows only first line of GridView as you can see in the pic below
GridView is ...

Zohab Ali
Votes: 0
Answers: 1
How to make a GridView with headers synchronized to TabLayout?
I'm having trouble creating a grid view with headers. And these headers still need to be synchronized with TabLayout as the screen scrolls.
So far I've managed to create the view of items with Recycle...
Roberto
Votes: 0
Answers: 0