python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Scrollable StaggeredGrid list like Pinteret in flutter
I tried using flutter_staggered_grid_view 0.6.1
I was able to create the list but not able to make the list Scrollable.
If there is any other library I can use or is it any other way to make it scroll...
Sarvagya
Votes: 0
Answers: 1
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