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)
RecyclerView with GridLayoutManager change disposition of sorted item after scroll
I have a problem with recyclerview with inside items with string time text (08.03 , 08.09, ..., 10.51...). Initially the list of times is sort but when the user scroll the gridLayout the item lost the...
T_TR_ZCS
Votes: 0
Answers: 1
Android Gridlayout isn't showing framelayout that doesn't have any view in it
I wanted to implement a chessboard with gridlayout & framelayout. When I hardcoded the xml everything works fine. But when I tried to implement it programmatically all things fall apart. In xml I...
fuad_hasan
Votes: 0
Answers: 1
How to create a custom table like structure using Grid Layout in Android Studio?
I want to create a custom report which should look something like this in Android:
The number of schools and number of years will be dynamic. I had created this using the Table Layout but since it is...
S. B.
Votes: 0
Answers: 0
Wrap Content grid view items with span count
I have a recyclerview with gridlayoutmanager having column span 4,
I am able to achieve below output with following code
recyclerGridLayout.addItemDecoration(new GridSpacingItemDecoration(spanCount,...
barasingha
Votes: 0
Answers: 2