Hi everyone, I’m building a meal-ordering app in Glide and trying to add a “Stories”-style row on the Home screen.
I want a horizontal row of circular avatars, with the first item as “Your Story” (+). When tapped, it should open camera/gallery and upload image/video to a Stories table (Media = multiple files). Other avatars should open the story (media + caption). I already have Users (Email, Name, Photo) and Stories (UserEmail, Media, Caption, CreatedAt, ExpiresAt), and avatar lookup from Users.Photo works. My issue is the custom/AI component tap doesn’t reliably trigger the workflow/edit overlay (seems stuck in an Items row context).
What’s the cleanest Glide-native pattern to build this? Thanks!