Create an app from scratch
What you will learn
In this quick guide, you will learn the basics of Jigx and how easy it is to create mobile apps. Basic Jigx concepts are introduced, such as collecting information, working with data in SQLite, navigating between screens, and passing parameters.
What you will create
The solution is named Hello-Jigx and consists of a map showing a location, a calendar with events, a form to capture and view data, and a list showing the captured data. The table below guides you through building each element of the solution.
Solution Steps
There are several types of jigs you can build. They are default, document, calendar, composite, and list. Below are step-by-step guides that use these jig types. Each solution step builds on the previous step until you have a functioning mobile app. Each solution provides an overview, explaining the Jigx's concepts introduced in the step, and code samples with comments.
Step 1: Create the Hello Jigx solution project Start by creating the Hello Jigx project in VS Code Build time: 2 min
Step 2: Create the Map Build a map jig that displays a specific location on a map, with an icon for the jig. Build time: 10 min
Step 3: Create the Calendar Next, add a calendar jig that displays a week with the events, meetings, and relevant details. Build time: 10 mins
Step 4: Create Data - forms & lists Build a jig to add a new customer by capturing the customer's details using a form. Then add a jig to list all the customers created using the form. Add the ability to view, and edit these customer records. Build time: 20 mins
Step 5: Combine the solution's elements Now you have built a solution that shows a location on a map, a calendar with detailed entries, and a new customer form and list in a single solution. Let us expand the solution further by joining the new customer form and list into one jig, then add a jig header to the new customer jig. Build time: 15 mins
Step 6: Customize the Hello-Jigx solution Extend your solution with styling changes and additional functionality. Replace the map icon with a location widget in the map.jigx file, and replace the people icon with the image widget in the composite.jigx file. Change the calendar icon and add a badge to display the number of events for the week. Build time: 10 mins
What's next?
Why not build your own app? See how to plan your app, then learn how to Use templates to create apps or explore the various available UI elements in Jigx by adding the Jigx-samples prebuilt solution to your organization and viewing the solution in the Jigx App.
Last updated
Was this helpful?