Welcome! This an overview of the series, in which we'll go through and explain programming concepts such as variables, data, functions and much more. In the second part we'll build a full app from scratch!
Variables are a fundamental programming concept. In the video we explain what they are and create some of our own in Composer Pro.
Bindings are an important part of how modern apps work. In this video we learn how they work in Composer Pro.
Data is a commonly used word, but in programming it has a specific meaning. In this video we take a look at the concept of data as well as widely used JSON data format which Composer Pro also uses.
Functions are a fundamental programming concept. In this video we'll see how to work with these building blocks of programming in Composer Pro.
In this video we dive into the second type of functions in Composer Pro: formula functions.
Now it’s time to put what we’ve learned to use by creating an application.
The application we’re going to create is going to scan barcodes from food packaging and displays information about the product using the OpenFoodFacts API.
In this video we'll set out our plans for the app and also create the UI for the app.
In this video we create a logic flow that opens up the device camera for scanning barcodes.
In this video we create a data resource to integrate with the API.
In this video we use more logic flows to send requests to the API and get data back.
In this video we take the data from the API and put it in our UI, finalizing the app!