Sample: Adding Custom Controls to a Mobile Workflow App
This sample explains how to add a custom controls to a mobile workflow app. This sample project has been developed for SUP 2.1 ESD #2 and ESD #3
Sample: SUP 2.2 SP02 Hybrid App Designer New Features
This sample gives a detailed explanation about new features have been added from SUP 2.2 onwards. E.g. Custom Icons, Cache Control, File Order, MAChart View, Packaging Tool Hybrid Web Container New Features, Null Value support, Asynchronous Requests and many more.
Sample: Credentials in a Mobile Workflow
This sample demonstrates how credentials (user name and password) can be used in a mobile workflow developed using Sybase Unwired Platform (SUP). This sample project has been developed for SUP 2.1 ESD #2 and ESD #3.
Sample: Sybase Mobile Workflow 2.1 ESD #2 Expense Tracking Sample
This sample demonstrates the new features of the SUP 2.1 ESD #2 Hybrid Web Container and designer. These include
An image column in a listview
Error Screen for an asynchronous request
Custom actions
Larger camera image support
Geolocation
Creating a jQueryMobile theme
Sample: SAPUI5 OData SUP 2.2 HWC App
This is a Hybrid App sample demonstrating an SAPUI5 frontend and consuming an SAP NetWeaver Gateway OData service. The HTML and JavaScript are hand-written, targeting the SUP 2.2 HWC. It focuses on SAPUI5 ODataModel Aggregation Binding to OData entity set collections, and how the OData resource path is automatically handled through a BindingContext when navigating. Zipfile is ready to be deployed via SCC.
White Paper Sample: SAPUI5 Application using MBOs and SUP 2.2
This application was developed using MBOs and the Sybase ASA Database. It uses UI5 Mobile controls and also extends those controls. The code was developed without the Hybrid App Designer. The application features extensions to the sap.m.Carousel control.
As a "real world" test case, it is an application for Visiting Nurses that manages patient visits while the nurse is on the road. It allows the nurse to manage her daily visits, patient data and then commit data back to the home office and/or medical provider. This document describes the application setup, features and some coding explanations.
Sample: SAPUI5 Application using MBOs and SUP 2.2
This application was developed using MBOs and the Sybase ASA Database. It uses UI5 Mobile controls and also extends those controls. The code was developed without the Hybrid App Designer. The application features extensions to the sap.m.Carousel control.
As a "real world" test case, it is an application for Visiting Nurses that manages patient visits while the nurse is on the road. It allows the nurse to manage her daily visits, patient data and then commit data back to the home office and/or medical provider.
The download contains: 1) The Eclipse project containing the MBOs for deployment, the SQL data to be loaded to the database, and images used by the SQL statements; 2) The deployment file for the sample application, MINUS the UI5 libraries; 3) A Word document describing the setup for the application as well as how the extensions were coded; and 4) An .mht file of the same Word document for use in a browser.
Sample: SAPUI5 OData SUP 2.2 HWC App
This is a Hybrid App sample demonstrating an SAPUI5 frontend and consuming an SAP NetWeaver Gateway OData service. The HTML and JavaScript are hand-written, targeting the SUP 2.2 HWC. It focuses on SAPUI5 ODataModel Aggregation Binding to OData entity set collections, and how the OData resource path is automatically handled through a BindingContext when navigating. Zipfile is a project archive, if using the Eclipse plugin from SAPUI5.
Sample: Sybase Mobile Workflow 2.1 ESD #3 Debugging a Mobile Workflow
This sample demonstrates different techniques to debug a mobile workflow including techniques to perform on device debugging.
Sample: Expense Tracking (2.1)
This sample demonstrates the new features of the SUP 2.1 Hybrid Web Container and designer. These include custom actions, local storage, conditional navigation, accessing the camera, calling external services, and adding a chart.
Sample: Sencha OData SUP 2.2 HWC App
The purpose of this sample is to demonstrate how to create a mobile app using Sencha Touch, OData, and the SUP 2.2 HWC. The OData service is created using Visual Studio 2010.
Whitepaper: Hybrid App Consuming OData Using SAPUI5 Eclipse Plugin
This whitepaper overviews how SAPUI5's Application Development Toolkit/Eclipse Plugin can facilitate scripting the SAPUI5 component of Hybrid App development targeting the SUP 2.2 HWC.
Sample Project - Cascading Choices, Listener on Choice Box/Spinner
This sample will illustrate two techniques to allow a user to select a country, province or state and then a city. The first technique will use listviews, the second will use one screen with select elements.