Found 1631 Articles for Android

Packaging a mobile app in built-in SAP UI5 for Android using Cordova

Amit Sharma
Updated on 27-Jan-2020 12:52:56

457 Views

SAPUI5 provides different static mobile packages: sapui5-mobile-opt-static.zip or sapui5-mobile-static.zip. SAPUI5 supports two options for building mobile apps- it can be used as a web application loaded from a URL or it can also be developed as a hybrid app consisting of a native app wrapper.Example: PhoneGap and an HTML viewer to display the SAPUI5 content on the user interface.Note that “sapui5-mobile-opt-static.zip” or “sapui5-mobile-static.zip” packages are not contained in the SAPUI5 runtime deployment. The packages are contained in the SCN download version of SAPUI5 and in the Open Source version OpenUI5.SAP provides a detailed documentation of these packages:https://help.sap.com/saphelp_nw74/helpdata/en/29/3eb945f0e945aaa776812481b4c533/frameset.htmIf you check out ... Read More

Advertisements