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.
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.
In this lesson you learn how to model a screen that allows the user to create an object in WebRatio Mobile Platform.
WebRatio Mobile Platform lets you add to your mobile application a feature that allows one to see a location on a map and to get directions to reach it.
Let's see how to model this integration in your mobile application.
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...
In WebRatio Platform, the state of a component is represented by the Component State Object, a particular data structure that represents the internal state of particular component. This means that each type of component has its particular Component State Object. In its implementation, a Component St...
Content is the most important part of a Web application, and it should be presented in an engaging and professional way to provide the best user experience. Designing, which is the way a specific piece of information must be rendered for the user, is a web designer’s main task when creating a Web ap...