Creating a Rotational Gallery of Reviews

I’m looking to create a rotating review gallery within the Glide platform. The goal is to showcase user-submitted reviews as including images, with the reviews cycling or changing every few minutes. Based on my initial assessment, it appears that Glide does not offer a built-in feature for this. I’d appreciate any guidance or suggestions on how to achieve this

Glide doesn’t offer such a component natively.

You could try the following:

  • Display a collection (grid or card)
  • In the options of the collection, set the sort order to random and display only one item.

Whilst your suggestion is solid, I don’t know what triggers a “random” collection to recalculate and put out a different item. I think the user navigating somewhere and going back to said screen might work, but maybe a timestamp-based approach to generate an index, then use that index to retrieve a random row would also work.

1 Like

I agree Thinh, in my idea above, a screen reload of some sort would be needed I think.

1 Like