Questions tagged [staggeredgridlayoutmanager]

53 questions
0
votes
1 answer

How do I implement staggered views in reading order?

Here is what I want to implement: I'm trying to display definitions I'm getting from the web (right now they're coming from dummy data, but that's neither here nor there). My first thought was to use a horizontal StaggeredGridView. There are two…
0
votes
1 answer

TwoWayView blank space issue when scroll to top again

I am using TwoWayView https://github.com/lucasr/twoway-view its working okey, but sometimes blank space comes to top when scroll to top when load images from server. My screen xml :
0
votes
1 answer

Order items on RecyclerView using StaggeredGridLayoutManager

I am creating an application where users create elements with an image and they are displayed as a list. It looks like Google Keep, where the elements created do not have the same height but the same width, distributed in two columns. The order in…
0
votes
1 answer

Gridlayoutmanager with 2x1 arrangement

I am trying to make a UI like the following using a gridlayoutmanager in a recyclerview: +-------+ +-------+ | | | | | | | | | | | | +-------+ +-------+ +-----------------+ | | | …
0
votes
1 answer

RecylerView with StaggeredGridLayoutManager jumping to 2 element after DiffUtil change

I have 2-column RecyclerView based on StaggeredGridLayoutManager. When changing a content of the 1 item and triggering DiffUtil the RecyclerView is jumping to the 2 item. But when scrolling up it is possible to see 1 element and empty space, during…
ar-g
  • 3,417
  • 2
  • 28
  • 39
0
votes
0 answers

StaggeredGridLayout Scroll position starts from bottom on applying reverse layout

I had used StaggeredGridLayout manage in recyclerview, and applied reverse layout as it was required but now it always starts from bottom while I want scroll position in top, I am providing my code below, any help will be much appreciated and as I m…
0
votes
1 answer

Staggered Grid View for Older API

I need staggered view for compileSdkVersion 26 minSdkVersion 15 targetSdkVersion 25 https://developer.android.com/reference/android/support/v7/widget/StaggeredGridLayoutManager.html needs API 22 o r higer.
-2
votes
2 answers

How to arrange multiple images horizontally on single activity

I am new to android i have developed an application in which i have to display images horizontal view on single activity i have done using staggered recycleview but am getting like this. But i want to design like this as part of the activity.
santosh
  • 15
  • 6
1 2 3
4