App Builder overview
Learn how to create new apps and get to know the App Builder.
Last updated
Learn how to create new apps and get to know the App Builder.
Last updated
The App Builder is your tool to develop apps in Heisenware. It complements the App Manager, which is used to manage apps. The App Builder includes everything to build application logic, integrate external data, store data and build user interfaces.
To create a new app, navigate to the Apps
panel in your account and click on the +
.
Once created, you can manage access and other settings and start building with the App Builder.
To start building, click on START APP BUILDER
inside the development card. The App Builder opens and you can start building the app.
Collaboration: Workspace members can work simultaneously on the same app.
The App Builder combines all components to build apps in just one interface.
This is a collection of general App Builder knowledge.
Drag and drop is crucial when using the App Builder. It allows you to place elements and change their position in both the UI and the logic and also to connect all elements to each other.
In the context of the App Builder, it's crucial to differentiate between build time and runtime. Build time is when low-code developers design and configure the app using the App Builder, shaping the structure and logic of apps. On the other hand, runtime is the live phase, where the application actively runs, responds to user inputs, processes data, and executes functions, allowing users to interact with the live app.
Technically, apps built with the App Builder are Progressive Web Apps (PWAs). PWAs offer a user experience similar to native mobile apps, combining the strengths of web and mobile application development. They provide several advantages, including:
Improved performance: Fast load times, smooth animations, and responsive interfaces for a seamless user experience.
No installation required: Users can access PWAs without downloading and installing from an app store, reducing friction.
Cost-effective development: Developing a PWA can be more cost-effective than building native mobile apps, as it eliminates the need for separate development for different platforms.