The ability to show a list of elements and the details of each listed element is one of the most common patterns in Applications.
This lesson shows you how to model the List & Details in WebRatio Mobile Platform.
The search function is the main way the user looks for content on an application.
There are different ways to model a search, each one addressing a specific user need.
One way to model a search is to filter the result using a "keyword" field. In a CRM application, an example is a company search by...
The search function is the main way the user looks for content on an application.
There are different way to model a search, each one addressing a specific user need.
One way to model a search is to filter the result using many fields. The structure of the form depends on the searched information....
In a mobile application, you often need to manage information that is shown to the user. Managing the information means to create, update, or delete information. With WebRatio Mobile Platform you can easily model a section so that user can manage the application to delete the data.
In this lesson y...
The interaction between a Mobile Application and a device is sometimes useful for certain functions.
In our example, the user selecting a course from a list can save it as a reminder in the device calendar app.
This lesson shows you how to integrate your Mobile Application with the device calendar...
One of the most common features of a mobile application is the receive of Notifications.
Notifications are sent from an external server on the Internet to the device on which the mobile application is installed.
This lesson shows you how to enable your mobile application to receive Notifications u...
The ability to show a list of elements and the details of each listed element is one of the most common patterns in Web applications, the so-called "Master and Details" pattern. This lesson shows you how to build several variants of this pattern in WebRatio Platform, and illustrates related basic "I...