Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Echte Cross-Plattform-Anwendungen mit Cordova, ...

Echte Cross-Plattform-Anwendungen mit Cordova, Electron und Angular

Angular gibt Webentwicklern eine Plattform, mit der Applikationen nicht nur für das Web geschrieben werden können. Auch durch mobile Endgeräte wie Smartphones oder Tablets sowie durch den Desktop werden Line-of-Business-(LOB-)Apps von Benutzern konsumiert und sind nicht mehr wegzudenken. Hat man den Angular-Code einmal geschrieben, braucht es nicht mehr viel, um die Applikation auf das Smartphone oder den Desktop zu bringen. In diesem Talk zeigt Fabian Gosebrink, wie man eine bestehende Angular-Applikation mit wenigen Schritten mittels Cordova auf ein mobiles Endgerät portieren und auch native Features von Smartphones verwenden kann. Mithilfe von Electron wird auch der Desktop als Plattform adressiert, sodass am Ende eine Angular-Codebasis alle Plattformen bedienen und die Anwendung über jedes Endgerät genutzt werden kann. Echtes Cross-Plattform eben.

Fabian Gosebrink

September 27, 2018
Tweet

More Decks by Fabian Gosebrink

Other Decks in Technology

Transcript

  1. “[…] enables software programmers to build applications for mobile devices

    using CSS3, HTML5, and JavaScript instead of relying on platform-specific APIs like those in Android, iOS, or Windows Phone."
  2. Cordova Application Mobile System Web App Plugins HTML APIs OS

    API OS API HTML Rendering (WebView) Cordova APIs Camera Battery Contacts Device Geolocation Media Vibration Splashscreen Dialogs Custom Cordova native APIs Amazon Fire Blackberry Tizen FirefoxOS …
  3. Cordova Application Mobile System Web App Plugins HTML APIs OS

    API OS API HTML Rendering (WebView) Cordova APIs Camera Battery Contacts Device Geolocation Media Vibration Splashscreen Dialogs Custom Cordova native APIs Amazon Fire Blackberry Tizen FirefoxOS …
  4. Cordova Application Mobile System Web App Plugins HTML APIs OS

    API OS API HTML Rendering (WebView) Cordova APIs Camera Battery Contacts Device Geolocation Media Vibration Splashscreen Dialogs Custom Cordova native APIs Amazon Fire Blackberry Tizen FirefoxOS …
  5. "Electron is a tool for building Cross- Platform Desktop Apps

    with Javascript, Html and CSS" Anybody I don’t know when