
Begin your onboarding journey with an introduction to the Appzio system, explore applications built on the platform, and learn to work with forms and backend-backed native iOS and Android apps.
Launch docker and install prerequisites, then pull and start containers with docker-compose for the Appzio onboarding environment. Configure hosts, registry login, license key, and language settings to prepare Android clients.
Configure the license key from the dashboard, set database passwords, install and use the IP address for the Android client, then log in via docker exec and import the database.
Duplicate an app from the dashboard, configure an API key and IP address, set classifieds as the build name, and wait for the Android build to complete to access preview.
Install VirtualBox on macOS, create and start a new Android virtual device with a recent API, download required files, and deploy the app to the local installation.
Introduces the basic action structure. IMPORTANT NOTE: videos from here on will refer to uploading changes via SFTP. You can ignore this part, as you are working with the local docker image.
How to take configuration parameters from the web console and pass them to the action.
This video introduces the basics of using components inside your action.
Continue building the form by placing a label and a text on the same row using the wrapper component, assign each 50 percent width, and add side padding.
Refactor code, transfer cells, and compare a stylesheet with styles in this bonus lecture, then clean boilerplate and organize basic info files for styling the cells.
Compare inline styles and the stylesheet in a server-driven app, noting that inline styles travel with each response and when to move them to an adjacent file for caching.
Submit a form with an on click submit, passing data to the save handler to trigger submission. See how the controller and view coordinate data and messages to show success.
This video shows how to setup debug action inside your application and capture the API calls from the web panel.
This course will introduce Appzio native application building platform and walk you through the development environment setup, development basics and finally a building of a complete sample application. All development is done with PHP on this course. We will be releasing NodeJS course on 2019.
After completing the course, you are ready to start building applications and publish them to AppStore and PlayStore. It is possible to have your PHP code reviewed after the course and based on the review, you can receive Appzio certification for yourself.
This course will require a setup of the environment to your local machine and a modern IDE such as PHPStorm. Its useful to have a basic working knowledge of Docker.
PLEASE NOTE: videos are pending update, this will happen in January 2019. The most notable differences to current setup:
- Videos make reference to SFP upload, this is no longer used
- Admin part has been re-arranged to more logical order. You will still find the same options, but they might be under different tab.
- Creating new modules you can find from the top menu, under modules
- Make sure that you have added your SSH key to Appzio's git if you wish to have your actions code under GIT