My Fiori Resume
my resume developed using SAP Fiori
SAP Fiori Developer With 7 Years experience on web development.
sap.ui.define([
"sap/ui/core/UIComponent",
"sap/ui/Device",
"QuickStartApplication/model/models"
], function(UIComponent, Device, models) {
"use strict";
return UIComponent.extend("QuickStartApplication.Component", {
metadata: {
manifest: "json"
},
/**
* The component is initialized by UI5 automatically during the startup of the app and calls the init method once.
* @public
* @override
*/
init: function() {
// call the base component's init function
UIComponent.prototype.init.apply(this, arguments);
// set the device model
this.setModel(models.createDeviceModel(), "device");
}
});
});
If you are interesting in those web visualization, please send message to me.