Labs / SAP Fiori Laboratory

SAP Fiori Developer With 7 Years experience on web development.

Recent Work

My Fiori Resume

my resume developed using SAP Fiori

Baidu Map in Fiori App

Create Baidu Map using Leaflet.js in Fiori App

D3 Word Cloud plugin

Use Word Cloud plugin of D3.js in Fiori

D3.js in Fiori App

Use D3.js in Fiori App

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");
    }
  });

});

Get In Touch

If you are interesting in those web visualization, please send message to me.

comments powered by Disqus