📖Glossary

This is a list of words and definitions for some commonly used Adalo phrases and lingo!

Account Settings

Action

An Action in Adalo is the brains behind what happens in your app and are typically denoted by the color Yellow. Actions can be placed on components, screens, and list items and are responsible translating what a user does in the app into changes in the database or in the app itself. Without Actions you wouldn't be able to do anything in your app! Some types of actions include creating database records, updating records, deleting records, linking to screens or websites, and sending notifications.

Airbase

Airbase is a "single automated spend management" platform. According to their website, "Airbase combines bill payments, corporate cards, and reimbursements onto a single platform with approval workflows, accounting automation, and reporting." Your Adalo apps are compatible with Airbase. Read More >

Android

Android is a mobile-first operating system for phones and tablets that is developed, maintained, and distributed by Google. The operating system comes in various "flavors" depending on the device it is installed on. Currently about 73% of the world's mobile phones run on some version of Android.

API (Application Programming Interface)

An API (application programming interface) is a web service that uses links (called endpoints) on a computer server to perform various actions programmatically rather than through a GUI (graphical user interface). All applications use APIs in some form or another. The interface we see and interact with in apps is just a means to easily tell an API what we would like it to do for us. In Adalo, you can use APIs to pull in data from other sources, create data elsewhere, or perform actions like send emails, SMS messages, or crop photos.

API Base URL

API Endpoint

An API endpoint is "one end of a communication channel. When an API interacts with another system, the touchpoints of this communication are considered endpoints. Each endpoint is the location from which APIs can access the resources they need to carry out their function." Read More >

API Key

An API Key "is a code that gets passed in by computer applications. The program or application then calls the API or application programming interface to identify its user, developer or calling program to a website. Application programming keys are normally used to assist in tracking and controlling how the interface is being utilized. An API key can act as a secret authentication token as well as a unique identifier. Typically, the key will come with a set of access rights for the API that it is associated with." Read More >

App Settings

Automatic Field

An automatic field can be used in the forms component of Adalo to automatically fill out fields for a user. Visible fields are fields that the user can change, and automatic ones are ones that are filled out in the background of your app. This is useful for doing things like generating IDs, incrementing counts, and joining text together. Keep in mind that since the user cannot change these, it's up to you to make sure they are filled out if you use them.

Available Data

The Available Data section of a screen's sections tells you which types of data are being sent to the current screen from other screens. If data is missing or conflicting, this section will tell you which data types are having issues and which screens might be causing the issue.

Body (fonts)

In the Adalo editor, you'll have the option to add and edit text in your app. In the Branding tab under the Fonts dropdown menu, you have the option to select both Headings and Body fonts (screenshot at top of In-Depth section).

Selecting a Body font will make all Body text in your Adalo app appear as the font you've selected. This tool's purpose is just to help you as the app creator maintain uniform branding. You always have the option to manually select a different font for certain text, if you so choose. Take a peek at the In-Depth section to learn how to do so.

Breakpoints

Bug (and Debug)

A bug is another word for an error in the code of a computer program that causes it to produce unexpected results or behave in unexpected ways. A bug may also cause the program to fail to run altogether.

Debugging is the process of locating and removing errors (or bugs) from a computer program. Read More >

Build

A build simply refers to a file containing a version of your app's code. Your app may go through multiple builds, a new one coming into being every time you make substantial changes to it.

Canvas

In the Adalo Editor, the canvas is the location in which you'll find your app's screens. You can drag and drop screens onto the canvas to start editing them. When you drag an unwanted component from a screen onto the canvas, it'll disappear.

Change Input Value (action type)

Chip

According to material-ui.com, a chip is a compact element that represents an input, attribute, or action. Read More >

Clone App

*mention how it's different from copy - David

CNAME Record

Collection

Your app's Database is made up of collections. If you were to describe what your app does and who it's for, the nouns you use in that description would be your collections.

Collections are objects of data. For example, for a food delivery app, you might include a collection for your app's users and a collection for food orders to keep track of each user and what they've ordered. If your app can stream TV shows and movies, you would want to have a collection for TV shows and a collection for movies. For an example with visuals, view the In-Depth tab.

Each of your app's collections can be customized to include any number of Properties. So to tie it all together, if collections are the nouns of your app, then properties are the adjectives that describe them.

Component

Components are the building blocks of your Adalo app. All of the elements that appear on your screen – lists, buttons, text, etc. – are components.

For a more in-depth description of components, check out our Component Basics help document.

Component Marketplace

A component is a functional unit within Adalo. Think "Button" or "App Bar" or even "list". There are many components in Adalo that help you build your apps. The Component Marketplace is a platform for developers to create and share components with others - they enhance the functionality of the apps that can be made with Adalo.

There are different types of marketplace components - free & paid. Some are built by Adalo and some have been built by developers in the larger Adalo ecosystem.

Marketplace components are different from Private Components (sometimes referred to as Private Libraries) as the latter is made only for the consumption of the developer of the component. Marketplace components are available for all Adalo makers to use (either for free, or for a fee).

For more information on the marketplace and a glimpse of the available components, check out the Adalo Marketplace. If you wish to develop a marketplace component, check out: Adalo | Marketplace Developers.

If you need support with Adalo's Marketplace component, please reach out to us by submitting a support ticket. If you need support with a component developed by a third-party developer, please reach out to the developers.

For more on the Component Marketplace, take a look at our Marketplace Components help doc.

Conditional Actions

You can add logic to your actions so that they only happen when certain rules apply

Conditional Visibility

You may want a component in your Adalo app to show only sometimes. This is what's known as conditional visibility. For example, let's say you want one screen of your app to display a continue button for the user to continue to the next screen, but you only want the button to appear after the user has entered the correct text into a text input. You'd apply conditional visibility to the continue button to appear only after the proper text has been entered into the input. Check out the In-Depth section for a description of how to do this.

Config. File

A Firebase Config. File contains the configuration data that your app needs to find its Firebase project on the servers.

Copy App

Count

Create (action type)

This action creates a record in a database.

Custom Action

Custom Actions are actions that you create within the Adalo Builder. They are API calls to external services to perform certain actions with that outside service. For instance, Adalo doesn't send emails by itself, but you could create a custom action that sends a command to SendGrid to send an email. The custom action can then be placed on buttons, list items, forms, and other components.

Delete (action type)

Delete is one of the four actions able to take place in the database of your Adalo apps. *unfinished

Developer Accounts

Located outside of Adalo, these accounts are where you set up your Google Play and Apple App Store native apps.

DNS Provider

A DNS Provider is usually the company that you purchased your domain name from, but you can also use a different company as the DNS provider. You can think of the DNS provider like the deliverer of a package you purchased. If you purchase a domain from one company, you can choose a different company to "deliver" that domain to your users. This is also sometimes known as a DNS Resolver.

DNS Record

A DNS Record is a piece of information telling the DNS Provider how to connect the different pieces of your website. For instance, you may have a website on Wix, Mailchimp for emails, Stripe for payments, and Adalo for your app - all of them are on your custom domain name and DNS records tell the DNS provider where to get and send the information.

Domain

A domain name is the text one would type into a browser window to reach a particular website, or simply put, the name of a website. A domain name does not include the entire web address, but just the name of the organization that the address belongs to. Read More >

A Custom Domain is a custom, branded domain name for your website. For example, Adalo's custom domain is the "Adalo" portion of adalo.com. Read More >

Editor

"An Editor is a computer program that permits the user to create or modify data (such as text or graphics) especially on a display screen," according to Merriam-Webster's Dictionary.

The Adalo Editor is a virtual workspace for creating apps. In it, you have access to numerous useful tools and components to help you create and customize your apps to your heart's content.

Endpoint

Endpoint Accordion

External Collection

File Picker Component

The File Picker component is used in custom forms to give the user the option to add files from their devices. The file picker presently allows the following types of files:

'image/jpeg', 
'image/png', 
'image/gif', 
'video/mp4', 
'video/avi', 
'video/mpeg', 
'video/quicktime', 
'video/x-msvideo', 
'video/x-ms-wmv', 
'video/webm', 
'video/ogg', 
'audio/mpeg', 
'audio/mp4', 
'application/pdf', 
'application/x-compressed', 
'application/x-zip-compressed', 
'application/zip', 
'application/x-zip', 
'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 
'application/vnd.openxmlformats-officedocument.presentationml.presentation', 

If there is a file type that we currently do not support that you require, please add an Adalo | Feature Request on our board, and you will be notified as we make progress towards implementing these requests.

Heading (fonts)

In the Adalo editor, you'll have the option to add and edit text in your app. In the Branding tab under the Fonts dropdown menu, you have the option to select both Headings and Body fonts (screenshot at top of In-Depth section).

Selecting a Headings font will make all Heading text in your Adalo app appear as the font you've selected. This tool's purpose is just to help you as the app creator maintain uniform branding. You always have the option to manually select a different font for certain text, if you so choose. Take a peek at the In-Depth section to learn how to do so.

HIPAA

HIPAA stands for the Health Insurance Portability & Accountability Act of 1996. It is a law passed in the U.S. to protect employees' health insurance coverage when they change jobs or lose their job, provides standards for patient health, administrative and financial data interchange, and governs the privacy and security of health information records and transactions. Read More >

Currently, Adalo does not provide HIPAA compliance, as it requires a special document called a BAA (Business Associate Agreement) to be signed by both Adalo and the maker, however there are plans for Adalo to offer this in the future.

Home Screen

A home screen is the first screen a user encounters on an app. Most of the core functions of the app live on the home screen, and all subsequent navigation stems from the home screen. In your Adalo app, you can choose which screen will be your home screen and customize it accordingly.

Grouping

In the Adalo editor, you can clump components on a screen together into a single group by clicking down with your mouse and dragging across all of the component's you'd like included in the group, then selecting Make Group in the lefthand menu. This is known as grouping. Once components are grouped together, they can be moved around from screen to screen, copied, pasted, and deleted as a group to make customization easier for you. You can even group together components to create lists.

iOS

iOS (iPhone Operating System) is Apple's iPhone operating system. It is the operating system employed on all of Apple's mobile devices, meaning iPhones, iPod Touches, and iPads. Your Adalo apps are iOS native, meaning that they've been built in a specific programming language so that they're compatible with Apple devices.

JSON

Language Support

Layers

Linking

This action can link to a different screen in your app or to an eternal website.

Logic

'Logic is the sequence of operations performed by computer hardware or software. It refers to the algorithms and operational sequences that computer hardware and software follow. Hardware logic is contained in the electronic circuits of a computer. Software logic, or program logic, is contained in the placement of instructions written into the software's code by a programmer.' Read More >

List

One type of component you can add to your Adalo app is a List. Lists are quite powerful and offer a host of functionalities. You can connect them to your Database to display information from desired Collections and even allow list items to create actions, such as link to a different screen or update the current user's information.

Magic Text

Magic Text is information pulled from records within your database. This can be anything from names, numbers, dates, or photo URLs. Think of Magic Text as a placeholder for information that will change based on a user's actions or information.

Maker

Many-to-Many

Marketplace

Method

Metrics

A modal is like a popup that serves as either an intermediate screen or a temporary screen. It's typically used to present options to the users about records, ask them to confirm something, or even edit records with a form of some kind.

Native

Native simply means that an application software has been built in a specific programming language so that it's compatible with certain devices. Your Adalo apps are both iOS and Android native, meaning they're built on both operating systems and do not necessarily need internet connectivity to run on Apple and Android devices.

Normal Screen

Object

One-to-Many

Opacity

Operating System

An operating system is a computer's "software that communicates with the hardware and allows other programs to run. It is comprised of system software, or the fundamental files your computer needs to boot up and function. Every desktop computer, tablet, and smartphone includes an operating system that provides basic functionality for the device." Read More >

Overflow Menu

Package Name

Every Android app has a unique Package Name, such as com.example.myapp. This ID uniquely identifies your app on the device and in the Google Play Store.

  • It must have at least two segments (one or more dots).

  • Each segment must start with a letter.

  • All characters must be alphanumeric or an underscore [a-zA-Z0-9_].

Once you publish your app, you should never change the Package Name. If you change the Package Name, Google Play Store treats the upload as a completely different app. If you want to upload a new version of your app, you must use the same Package Name as the Listing in the Google Play Console.

Padding

Parameters (Params)

Plaid

Plaid Client ID

Play App Signing

Play App Signing is an optional process by which Google verifies your apps and any changes that are made to it. By opting in to Play App Signing, you are giving Google permission to hold the certificates required to make changes to your app. You can check which apps have Play App Signing enabled, by going to your Play Store Console, clicking on the app you want to check, clicking the Setup tab in the left menu, then choosing App Integrity. If your app is enrolled you will see a Green check mark and a "Enabled" message in the top left.

Preview

Primary Color

In the Branding section of the lefthand menu in the Adalo Editor, you'll have the option to customize your app's colors. We offer this to give you greater customizability and make coherent branding easier. The Adalo Editor offers the option to choose both primary and secondary colors for various elements of your app, including background screen, app bars, icons, buttons, etc. Your primary color will be the dominant color of your app's elements.

Property

Databases in Adalo are made up of Collections. Properties are the individual categories of information that make up each collection. For example, in a "Users" collection (a database collection of your app's users), you might include properties for your users' Email, Username, Password, Full Name, and Profile Picture. You can customize the number and types of properties each of your collections includes.

Publish

Push Notification

PWA

Record

Request Permission (action type)

Rounding

Scope

Screen

Seat

Secondary Color

In the Branding section of the lefthand menu in the Adalo Editor, you'll have the option to customize your app's colors. We offer this to give you greater customizability and make coherent branding easier. The Adalo Editor offers the option to choose both primary and secondary colors for various elements of your app, including background screen, app bars, icons, buttons, etc. You may want to choose a secondary color to accent the dominant color of your app.

Selling/Transferring Apps

Shadow

Share App

SKU

Sometimes Visible

Stripe

Stripe is an online payment processing software. Through Stripe's API, your Adalo app can send and receive payments online. You can enable Stripe on your app by downloading the Stripe Kit Component found in the Component Marketplace.

Stripe Client ID

Subdomain

A subdomain acts as a specific and different version of your regular domain name. They are often setup as app.yoursite.com or docs.yoursite.com or support.yoursite.com where the words app, docs, and support serve as the subdomains for yoursite.com. Subdomains are setup as DNS records under the top-level domain (TLD) - such as yoursite.com. The exact where subdomains are hosted depends on the service. For example, you may use app.yoursite.com for your Adalo app, you may use docs.yoursite.com for your Gitbook help docs, and you might use support.yoursite.com for your Hubspot help desk.

Subscription

A subscription is a form of payment plan in which customers make recurring payments to a business or organization for access to a product or service, usually at fixed intervals of time. Find out more about Adalo's subscription plans here!

Teams

TestFlight

Top-Level Key

Trigger Notification (action type)

URI

Update (action type)

Users Collection

Visibility

Visible Field

Web App

A web app, or web application, is a computer program that performs a certain function and is accessible via an internet connection. Some examples of web apps are email programs such as Gmail, the Google Drive apps, and chat apps like Discord.

Welcome Screen

Zapier

Last updated