The "Logout" is the Operation that explicitly terminates the user's session.
When the user press the "Logout" button, the user should be redirected to a public Screen
(e.g., the "Login" screen).
In this lesson you learn how to model the basic "Logout" feature for your application using WebRatio M...
WebRatio Mobile Platform gives the chance to model bars for a mobile application using two reserved sections of the screen: Top Bar and Bottom Bar.
This lesson shows you how to model an application menu to browse between different sections using the Toolbar element.
WebRatio Mobile Platform lets you extend the set of components that can be used inside Mobile Projects to add new functionalities to your mobile applications. In this lesson you learn how to create the "SendSMS" operation that allows to send messages from the mobile application. You can download the...
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.
The use of static values is often required when designing an application. Static values may depend on the application’s deployment environment. You can set these static values in a dedicated *.properties file, which is loaded at the application startup. This file contains a list of key-value pairs. ...
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
You can integrate GIT in WebRatio Platform using the EGIT project. EGit is an Eclipse Team provider for the Git version control system. Git i...
WebRatio Mobile Platform gives you the possibility of making continuous builds of your Mobile Projects. This can be very useful to schedule builds on a dedicated server and for instance get a new build every night.
This process requires to create an Ant file that describes the result of the build o...
WebRatio Mobile Platform gives you the possibility of making continuous builds of your Mobile Projects using predefined buildfiles bundled in WebRatio installation. This possibility can be integrated in continuous integration environments like Jenkins.
This tutorial guides you through the setup and...
WebRatio Mobile Platform gives you the possibility of making continuous builds of your Mobile Projects using predefined buildfiles bundled in WebRatio installation. This possibility can be integrated in continuous integration environments like Jenkins.
This video guides you through the setup and co...
WebRatio Mobile lets you build Android apps that you can test on your mobile or submit to the Google Play Store. This article guides you through the build process, showing how to create a debug build and run and test the Application on your device.
WebRatio Mobile lets you build Android apps that you can test on your mobile or submit to the Google Play Store. This article guides you through the build process, showing how to create a release build, prepare and submit the Application on the Google Play Store.
WebRatio Mobile lets you build iOS apps that you can use for test on your mobile or for submission on the Apple Store. This article guide you through the build process showing both the debug and release mode and gives you the information required to publish an iOS app.
WebRatio Mobile lets you build iOS apps that you can use for test on your mobile or for submission on the Apple Store. This article guide you through the build process, showing how to create a release build, prepare and submit the Application on the Apple Store.
This article is a step by step tutorial to guide you in the management of Signing Identities and Certificates.
You need to read, understand and accomplish each step reported to be able to build iOS application in debug and release mode.
Each application has a couple of log files to which it write log messages to monitor the health of the running application. This guide helps you understanding and configuring these files.