Vahana Academy

An Introduction to vFlow 2.0 Level 1 Menus

Familiarity with the vFlow menu options and their functionalities is crucial for efficiently designing and developing advanced software applications by using vFlow. You can find these top-level (level 1) menu options in the left navigation panel. They not only align your implementation efforts with the business requirements but also empower you to impart cosmetic design… Continue reading An Introduction to vFlow 2.0 Level 1 Menus

Creating a New Page

To build a new application from scratch, you first need to add a page. Thus, you design a layout of the page and add multiple components and elements to the page. To impart functional behavior to the application, you configure events and task groups on the components and elements. Similarly, you add multiple pages to… Continue reading Creating a New Page

An Introduction to Configurator

This level 1 menu option allows you to create a page in the application. You can create three types of pages in the application as follows: Based on the application-specific requirements, you can add multiple pages to an app. Apart from adding new pages, you can edit a page by reconfiguring its different properties. In… Continue reading An Introduction to Configurator

General Settings

On the vFlow module’s home page, “General Setting” is the first top-level menu option in the left navigation panel. It allows you to configure basic properties at the application level. It primarily contains two sections, as follows: Under these sections, different configurable properties are briefly described as follows: Properties Property Name Description Application Name This… Continue reading General Settings

Page

Under Inventory section, this category displays the list of earlier created pages. In the list, it displays the following page-related details: Column Name Description ID It displays a unique numeric value, which can be referred to as a page ID. The unique page ID is a unique identifier to manage the page at the app… Continue reading Page

An Introduction to Inventory

In the vFlow 2.0 module, the Inventory section primarily displays the list of different entities category-wise at the app level. The Inventory section contains the following categories: After you click a category (for example, Pages), the middle panel displays a list of different pages that have been added to the app. It also allows you… Continue reading An Introduction to Inventory

Webview URL

You can also configure the “Webview URL” data source for data manipulation at the application level. The webview component is a mobile app-integrated browser utility that has limited web browser capability. When you configure the Webview URL data source, you can use the HTTP and HTTPS protocol schemes. While configuring Webview URL data source, you… Continue reading Webview URL

URL

You can use the “URL” data source to get the data from a URL. By using the URL data source, you can only issue the GET request. To configure the URL, you need to use the HTTP and HTTPS schemes. After the application sends the request to the configured URL, it gets the required data… Continue reading URL

Mock

The “Mock” data source contains a dummy code. You can use this dummy code for the testing purpose. When you test the dummy code, you ensure that the dummy code is invoked correctly. In multiple scenarios, the application developer uses the dummy code to test the component and observe how the component will look after… Continue reading Mock