Hello Kodular Community,
I hope you’re all doing well. I’m currently developing an app in Kodular that displays books, audio files, and images by fetching data from Airtable. I would greatly appreciate your help with ready-made blocks for the following features:
-
Splash Screen
- Show a logo or image for 3 seconds, then automatically navigate to
MainScreen
.
- Show a logo or image for 3 seconds, then automatically navigate to
-
MainScreen
-
Three buttons laid out clearly:
- Books → opens
BooksScreen
- Audio → opens
AudioScreen
- Images → opens
ImagesScreen
- Books → opens
-
-
Content Screens
-
BooksScreen
-
Use the Airtable component configured with:
- ApiKey =
YOUR_AIRTABLE_API_KEY
- BaseID =
YOUR_BASE_ID
- TableName =
"BooksTable"
- ApiKey =
-
Blocks to call
GetColumn
(orGetAllRecords
), populate aListView
with book titles, and open the selected link in aWebViewer
.
-
-
AudioScreen
- Set
Airtable.TableName
to"AudioTable"
- Populate a
ListView
with audio track names, then play the selected track using thePlayer
component.
- Set
-
ImagesScreen
- Set
Airtable.TableName
to"ImagesTable"
- Retrieve image URLs and dynamically create
Image
components inside aVerticalScrollArrangement
(or GridView) to display a gallery.
- Set
-
If anyone can share example block arrangements for these screens—or even a small demo .aia
snippet—I would be extremely grateful. Thank you in advance for your support!
Best regards,
Mohammed