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.
The WebRatio Mobile Platform lets you build Android and iOS apps that you can test on your mobile device or submit to the Google Play Store or Apple App Store. It is also possible to debug the mobile application to find and solve any issues that may arise during development.
This article guides you...
WebRatio Mobile Platform lets you build Android and iOS apps that you can test on your mobile device or submit to the Google Play Store or Apple App Store. It is also possible to debug the mobile application to find and solve any issue that may come out during the development. RemoteDebug iOS WebKit...
WebRatio Mobile Platform allows you to send push notifications from a Data Service project. To enable a project for push notifications, you need to add and configure a notification provider. The notification provider requires a specific configuration for each platform. For the iOS platform, you need...
WebRatio Mobile Platform allows you to send push notifications from a DataService Project. You need to add and configure a Notification Provider to enable the project for push notifications. The Notification Provider requires a specific configuration for each platform. For the Android platform you n...
The interaction between a mobile application and an external data source is useful for certain functions.
In our example, your mobile application receives Push Notifications by using the back-end to send Push Notifications.
This lesson shows you how to enable your back-end to send Push Notificatio...
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...
A mobile application can be localized in order to show texts using the device language.
Localization means translating texts and customizing data patterns according to a specific locale. This lesson shows you how to add several locales to your mobile applications, how to translate texts and set dat...
In a mobile application you need to define which are the information managed by the application and their structure.
The Domain Model is the data representation used by the WebRatio Platform consisting of three main elements: Class, Attribute and Association.
In this lesson you learn how to define...
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
In this lesson you learn how to connect the Domain Model, built in WebRatio Mobile Platform, with a relational database.
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Domain Model synchronization process, you can extract the Domain Model elements starting from an existing database structure. The imported...
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Domain Model synchronization process, you can transpose the Domain Model elements on the database in terms of tables, views, and columns.
...
If you are working on a back-end project, once you defined your data structure in the Domain Model, you need to connect it with a persistent database.
Using the Manual Mapping procedure you can easily bind each element in the Domain Model with the corresponding already-existing item in the physical...
Mobile applications usually refers to external data source in order to read, create, update and delete information.
A back-end application is the background layer providing a data structure and a set of REST services that allow the mobile application (front-end layer) to access to this data.
In t...
The "Login" is the operation that allows the users to access to protected resources in a mobile app.
We need to define a place for users to insert and validate their credentials and the business logic for the Login.
In this lesson you learn how to model the basic "Login" feature, both for standalo...