The “Carousel” element is a rotating banner or slideshow that displays the content in a navigated slides or banners. It allows you to manually slide through the images or slides of text, or it plays them automatically. You can use the carousel element to display images, products, and promotions on the home page. You can… Continue reading Carousel
Category: V2
Clear Server Session
When a user accesses a website, the server creates a session between the user and the application. The server maintains the session by assigning a unique session ID to it. This session ID manages user related data on the server or server-linked database. When the “Clear Server Session” task is executed, it clears the session… Continue reading Clear Server Session
Finish
You can use this task to resume a session-specific journey in an application. For example:- Assume you are on an application page. Thus, you navigate to a login page from the current page. After you successfully log in, the “Finish” task will take you to the same page from where you navigated to the login… Continue reading Finish
Clear Local Session
This task clears the session from the memory of the user’s device. You can use this functionality to implement several logics. For example:- You can use this functionality to clear the current local session and then ask the user access the app by using device-level login. To use this functionality proficiently, you need to understand… Continue reading Clear Local Session
Web View
The Web View element allows the end user to open a web page instantly from an app only by tapping the link. It is a quick web view that provides the limited browsing functionalities as a sub-process of the app. Usage When to Use Use the web view to:–> Display rich content instantly.–> Display general… Continue reading Web View
Security
Security is one of the important modules in the Vahana Cloud. It allows you to configure security access policies for the application that you design in vDesigner. Before publishing a mobile app, you necessarily need to configure inbuilt access policies. While configuring access policies for an application, you can define several session-related timeframes, requirements of… Continue reading Security
Configure Multilingual Feature for an Application
Developing an App First develop the mobile app or web application for which you want to configure the multilingual feature. Exporting an Excel File After you register a language, you need to export the Excel file. Before you export the file, you need to select the registered languages and then select the content type that… Continue reading Configure Multilingual Feature for an Application
Getting Started with vDesigner
Introduction This post covers and broadly describes all basic functions in vDesigner. A beginner (new user) can perform these basic functions to learn the vDesigner. Later, the user can hone the skills to design the enterprise-grade robust mobile applications. These basic-level functions serve as a stepping stone to the advanced features that user can use… Continue reading Getting Started with vDesigner
Button Group
The “Button Group” element is a collection of multiple toggle buttons. In the application, you can use the “Button Group” element when you want the user to select a specific value or a state. In an application, “Button Group” is used to display or specify different values, states, or modes. In the “Button Group” element,… Continue reading Button Group
An Introduction to Data Modeler
Data Modeler is a module that lets you create a data hierarchy in a structured format. This data is manipulated at the application level. It can be a business-related data or used for intermediate calculations. To manage data in a structured format, the user needs to create the following: In the Data Modeler module, the… Continue reading An Introduction to Data Modeler