UI5con 2019 - Volker Buzek
j&s-soft GmbH
SAP-Consultancy with focus technology & innovation,
since 2003 – 27 ppl – WDF-HD-DÜ – ISO 9001
Use Case - Realization - Fiori Guideline
Guideline | Description |
ROLE - BASED | Designed for you, your needs, and how you work |
ADAPTIVE | Adapts to multiple use cases and devices |
DELIGHTFUL | Makes an emotional connection |
COHERENT | Provides one fluid, intuitive experience |
SIMPLE | Includes only what is necessary |
SERVICE
|
sap.ui.define([
"ydm/lib/three"
],
function (/* THREE */) {
buildSphere: function () {
sap.ui.require([
"ydm/lib/DeviceOrientationControls",
"ydm/lib/OrbitControls"
], function () {
// 🧙♂️✨💫
});
}
})
cordova
packagingdeviceready
ui5 build preload
function onShake(oEvent) {
oEvent.acceleration.x
.y
.z
}
window.addEventListener("devicemotion", onShake, true);
image credits