Skip to main content
0 votes
3 answers
68 views

Recently I noticed a problem in my app when I close viewAllfragment and re-open it again, I see the list is duplicated again and again each time with the same data, I tried to clear the list when the ...
Dr Mido's user avatar
  • 2,966
0 votes
2 answers
49 views

I have been using FrameLayout as parent view to display Gridview elements where I want to display them below Toolbar but it's not getting displayed below Toolbar but overlapping the Toolbar like this. ...
PurpleRabbit's user avatar
0 votes
0 answers
312 views

I have an android app with a grid view. The view typically has more elements than fit on the screen, and scrolling works normally to allow these to all be seen. When I take a screenshot (with power ...
incarnadine's user avatar
0 votes
1 answer
2k views

I am trying to build a GridView that adjusts its height automatically according to the data provided. However, I am encountering a problem where an additional line (Top Discount of the Sale) appears ...
John's user avatar
  • 197
1 vote
2 answers
358 views

I have implemented app widget option for my Android app which load the list of data from the app. However in Pixel 4 (Android 12) device it didn't load the data or is blank for the first time when I ...
Md. Adnan Younus's user avatar
0 votes
2 answers
626 views

I was working with the GridView for a while. Everything's working fine on runtime. However, I have always exactly 5 items on my GridView, and I am looking to make it "more realistic" when ...
Ahmed's user avatar
  • 405
1 vote
2 answers
2k views

I have asked this question previously but I am not receiving much help. I've created a GridView using GridView.count; however, I cannot get an indiviual container to change colors. The entire row ...
Ta-Ty's user avatar
  • 99
0 votes
2 answers
942 views

I want to change the dynamic size of children according to its array count. It is a way same like GridLayoutManger in android java. What I did in android(java) GridLayoutManager mng_layout = new ...
tailor's user avatar
  • 443
0 votes
1 answer
867 views

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 ...
Sarvagya's user avatar
-1 votes
1 answer
232 views

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 ...
Madhan's user avatar
  • 359
0 votes
1 answer
63 views

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's user avatar
  • 9,854
0 votes
0 answers
83 views

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 ...
Roberto's user avatar
-2 votes
2 answers
642 views

some guides say recyclerview. some say gridview. some say recyclerview with grid adapter... i have no idea what these methods have in differences as i'm still new to android development. i've tried ...
Mostafa Yahya's user avatar
0 votes
1 answer
61 views

Incompatible types. Found: 'android.view.View', required: 'com.example.listviewgridview.GridView'. I am not able to access my gridview in java file. How can I resolve this issue? GridView.java. ...
Sirigiri Sri Sai Sharanya's user avatar
0 votes
0 answers
181 views

I've got a simple grid layout: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools=&...
Savan Luffy's user avatar

15 30 50 per page
1
2 3 4 5
108