So there is no repeating group for mobile apps? If so, I am trying to build one

I have an web app which displays a series of photos in an RG.

I’m trying to replicate it in my corresponding mobile app, but there is no such thing as a “repeating group” for mobile.

So I am trying to build one myself.

Is there a plug in for a mobile RG? If so, I hate to waste my time further.

Here is what I was able to build so far:

Like I said, I hope I didn’t waste too much time on this and it’s already out there.

But if there isn’t and you have questions, just let me know.

Did you test option like vertical and horizontal list and Repeating grid?

Actually, what I show IS a vertical list.

I am not familiar with “repeating grid”. What is that?

Sorry, I’ve been bubbling for 4 years but I am just starting to look into mobile.

1 Like

Mobile have different layout for “list”. I forget to say “short list” as option
Some topics and tutorials:

for mobile apps in bubble, the equivalent of repeating group is called list. you have a few options depending on what you need:

vertical list - items stack top to bottom like a feed
horizontal list - items scroll left to right
short list - for smaller data sets, loads all at once
repeating grid - displays items in a grid format like a gallery

what you built looks good actually. the vertical list is the most common replacement for a repeating group. just make sure your data source is connected properly and you can customize each cell the same way you would in a web repeating group.

the main difference from web is that mobile lists are optimized for scrolling performance so they work a bit differently under the hood.

1 Like

Where is this “repeating grid”? I can’t seem to find it.

I don’t think there is one for mobile, they must be referring to the table object in web

in the native builder there’s no repeating group because it doesn’t use RGs at all — the proper equivalent is the vertical list container. that’s the element that actually handles repeating items, scrolling, and rendering each photo the way an RG would on the web.

so instead of trying to custom-build one, just move your setup into a vertical list container and bind your photo list to it. each cell becomes your item layout, and bubble handles the looping automatically.

I’ve worked with the native builder before and it feels a bit weird at first, but once you understand the terms and how lists behave, it honestly becomes a breeze. If you want, I can help you wire the photos into the list the clean way so it matches your web version.

I get that the RG is “replaced” by the vertical list container.

I guess my only issue is that I can easily have hundreds (and easily 800+) of photos. That just seems like an inordinately long list of photos for my users to scroll through.

1 Like

Yes I think they renamed it. It’s been a while that I checked the mobile editor…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.