Option 1: During the project creation, choose your colour scheme.
Option 2: Clink on next to the Designer tab, go to the Theming section and modify the theme the way you want.
How to create another screen or page on my app
You have two options.
Option 1: If you want to create an empty screen, click on Add Screen , give it a name and click Create
Option 2: If you want to copy the design and code of an existing page, click on Copy Screen , give the new screen a name and click Create
How to delete a screen
If you have only one screen on your app, you cannot delete it. However, if you have additional screens, first, select the screen and then click on Remove Screen to delete it.
How to navigate between two screens
Let's say, on your app design you have a button and by pressing on the button you want a user to navigate to a different screen and you want the same feature on the new screen to go back to the other page.
Here is the simplest way you can achieve it.
On Screen1, use the following code in the Blocks tab
You can search for a block by typing the name inside the dotted area. This will be the fastest way to find a block. For example, to find the open another screen block, start typing open another ... and from the dropdown list select the block.
When a user clicks on the button, it will take them to the second screen. To get the screen name block, type the screen name (e.g., Screen2) anywhere inside the dotted area and find it under the dropdown menu.
Now, open the other screen (e.g., Screen2) on the Blocks tab and navigate back to the default screen (e.g., Screen1)
How to create a navbar at the bottom of the screen
The following link has a video tutorial on how to add navbar on a project
How to download the project and import it on my personal Kodular account
From the Project menu option Export selected project to my computer.
Email the file to yourself or copy it on your USB stick. On your personal Kodular account, import the project.
(Intermediate) How to install the app on an Android device
Click Export and choose Android App (.apk)
Give it the time to bundle everything into a package. Once the process is done, either scan the QR code or download it and the follow the instructions on your Android device to install it.
(Advance) How to publish the app on Playstore
First, download the Android App Bundle (.aab) file from the Export menu option. It is highly recommended to customise your app before creating the bundle. You can customise your app by clicking on the icon.
Once downloaded the Android App Bundle, follow the official Google Developer instruction to publish it on the Playstore. Here is the link: