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...
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...
WebRatio Mobile Platform lets you extend the set of components that can be used inside projects to add new functionalities.
In this lesson you learn how to create a new custom component for DataService Projects that allows to convert a string.