Mobile Enterprise Applications |
The following videos show examples of mobile enterprise applications which were developed using the PROCE55® Mobile.
The applications are used in the real business environment at our customers - large multi national corporations.
PROCE55® Mobile is optimized for the development of the application for mobilization of mission-critical business processes in fast changing environment.
Using PROCE55® Mobile we are continuously developing mobile applications in the following areas:
Transportation and Logistics Distribution Manufacturing Tools Management Warehousing and handling end-to-end material flows Inventory Quality Assurance Maintenance Field service Worker Assistance Systems Control and Monitoring |
||||
Basic Examples for Developers |
Based on the examples found here you will be able to compose simple, yet functional mobile apps using our visual Modeler. You will also get a better understanding of how more complex apps work, so that you will be ready for your real-world applications based on predefined building blocks. All the examples below can immediately be tested on a mobile device using our PROCE55 Mobile client application (available on mobile app stores). To run the example, install the PROCE55 application and scan any of the QR codes below to import and execute the sample app on your device. You can modify the examples or create your own applications using our Modeler. Example 1 - Hello, world! (A basic example showing a text message) Example 2 - Simple Actions (Using simple system actions) Example 3 - Barcode scanner (Scan barcodes using camera putting the code values into an input field) Example 4 - Conditions (How to use input conditions) Example 5 - Custom Functions (Embedding JavaScript functions with your app) Example 6 - Calling Services (How to call XmlHttp and JSON/REST revices) Example 7 - Custom service response processing (Making custom JSON response parsing in JavaScript) Example 8 - Location Services (Using location and maps) |
||||
Example 1 - Hello, world!
This is a basic demo app that shows a simple test message. Having only one screen with two elements (text label and a button), it is the most simple application. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 2 - Simple Actions This app demonstrates some simple system actions such as showing a text message popup or a check box handling. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 3 - Barcode Scanner This is a simple bar code scanner app. It executes a bar code reading action using a phone camera and puts the resulting bar code content into an input field. You can easily modify it to send the bar code to your backend service (the app can read all kinds of bar codes, data matrix and QR). Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 4 - Conditions Conditions can prevent some actions to be executed. For example, users are asked to fill in a name or confirm a check box. Using condition blocks you can also control whether particular action(s) are executed or not. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 5 - Custom Functions With each PROCE55 app you can bundle a set of custom JavaScript functions which can be used in that app. For example, you can process a table/list, do some calculations, change visual styles, hide/show elements and much more. This example demonstrates a simple calculator using a couple of functions executed on a button press. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 6 - Calling Services This example calls a simple XmlHttp service, displaying the received response in a tabular list. By executing this example in the PROCE55 Modeler you could also see the console log showing the request and response. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 7 - Custom Service Response Processing This app calls an online REST API service using JSON GET request, does some custom processing of the received response (parse the JSON object and load the table view). Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) Download a detailed how-to PDF guide here. |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||
Example 8 - Location and Maps This app uses a map element to show a location. It also demonstrates how to change the location displayed on a map. Right click and Save as... the PROCE55 Modeler file [*.p55m] You can open, modify and publish the process file using the PROCE55 Modeler (see the Downloads section in the top menu bar) |
|||||
Scan the above QR code using our PROCE55 client app from the mobile app store. |
Screenshots |
||||