Welcome to Kony Visualization Cloud Video Series
Tutorial 1: Getting Started with Visualizer |
Welcome to the Kony Visualization Cloud, this tutorial introduces the Visualizer tool by creating a sample login form using step by step instructions. After completing the tutorial, you will be able to work with of many of the basic widgets and be able to apply UI styling for margins and padding, borders, and shadows to deliver a rich native UI application.
Windows: Windows 7 or Windows 8 Mac: OS X 10.8 or OS X 10.9 Visualizer: 1.0.2 (or later)
1.In the Kony Visualizer, from the top-menu, click Project > Import Project. 2. In the Open dialog box, navigate to the folder where you have saved the sample application zip file and double-click it. Visualizer imports and opens the project. Supported Platforms This application is supported on Mac and Windows platforms.
|
|
Welcome to Kony Visualizer, a workspace designed to help you envision and create interactive application designs across various platforms and devices.
You will be designing within device form-factors in a fully What-You-See-Is-What-You-Get (WYSIWYG) environment. Choose from the full pallet of built-in designing elements to create rich, device-optimized designs.
In this tutorial we will be building a basic login page.
Before we begin, take a look at this product screenshot and get familiar with the various sections of the product as we will reference them throughout this tutorial.
Now, let’s get started by performing the following:
Now we have a project to work within. Let’s build out our login form.
A project can contain multiple forms or pages. For this tutorial, we will create a mobile login form.
For our form, we do not require the Title Bar or the App Menu so let's hide them by following these steps.
Select your form, and from its properties tab select the Form2 tab.
Find the option labeled Title Bar and select the Off button.
Now that we have a form, let’s give it a pretty gradient background.
Things are starting to shape up now. We have a canvas on which we can begin to paint our login form. The next thing we want to do is add a logo image. This could be any image, your app logo, or company logo. In this example, we are going to add the Kony logo.
Now that we have the image, lets make a few tweaks to it!
With each step we can see visually how things are shaping up. The Kony Visualizer allows you to not only see the design in real time but to experiment with different properties until you achieve the look that you want.
Now that we have the logo, let’s add our login and password fields.
This is where things get a little tricky if you aren’t used to designing software. Because devices and screens sizes change, our application needs to be dynamic enough to adapt to the majority of the cases. We do this by using containers called an HBox and a VBox that help you to align elements horizontally and vertically.
If you place an HBox on your form, any widgets you drop into it are all stacked horizontally; left to right by default. VBox is exactly the same except that items dropped in a VBox are stacked vertically from top to bottom. To achieve the look we want, many times we have to stack a VBox inside an HBox. That’s the case in this form. So let’s start with an HBox.
Now in the Properties pane, select the Skin tab and find the Background section. Select Single Color in the Type drop-down. Next, click on the color square to get the color picker and select a white background. Make sure Opacity stays at 100%. We don’t want the background bleeding through.
Further down the Skin tab, you will see a section for Border.
As we said earlier, at times it is necessary to stack VBox widgets inside of HBox widgets to get the effect we want.
The next thing we need to do is drop a VBox into our HBox so that our fields get stacked vertically. In case you are curious, while an HBox can be dropped on a form by itself, a VBox cannot. It has to be inside of a container. So even if you want everything stacked vertically, you will have to start with an HBox.
We want our fields stacked vertically, but we have multiple elements inside what we are calling our ‘field’. To keep these lined up; we need one more HBox to contain them.
It’s now time to start dropping visible widgets like labels and text fields onto our form and finishing the look and feel.
OK, our image is in. Now let’s insert the text field.
Now that we have our Username field fleshed out, we will want a little space and a visual separator between it and the Password field we are about to build.
Select the innermost VBox from the Project Explorer and then drag a Line widget and drop it below the Drop it below the hbUsername widget.
Our hbUsername is set the way we want it. Now, we can either repeat all the steps above to build hbPassword by hand, hoping all along that we don’t miss a step or enter a wrong value.
or
We can use the built-in Copy and Paste feature of the Kony Visualizer.
To add the Remember Me option that allows the user to save the Login credentials, follow the below steps:
Now you have all your fields in place and looking the way you want them to. Now we need to add the login button to finish the page.
If you’ve followed all the instructions as we’ve laid them out, then the result should look something like this.
Congratulations! You have designed your first page.
We hope that this tutorial has helped you understand the basics of Kony Visualizer like creating forms, positioning items, and setting properties.
We can’t wait to see what you build next.
Congratulations on completing your first Kony FastTrack tutorial.
Go to our next tutorial on designing a page using advanced widgets.