fossasia / pslab-webapp

PSLab Web App https://pslab.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package the EmberJS frontend for android

jithinbp opened this issue · comments

  • Apache Cordova can wrap webapps in a webview container, and can generate APKs installable on android platforms.
  • This will greatly save network requirements since the frontend can be loaded from the device itself, and only json data is exchanged with the API server.
  • Dependencies : cordova, ember-cli-cordova, adb platform, build tools, gradle.