Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 2.16 KB

README.md

File metadata and controls

39 lines (28 loc) · 2.16 KB

Groceries list Progressive Web App using NativeScript and Angular6s

Groceries list using Progressive Web App technologies : nativescript, angular, html, css

Test the application on Android : https://play.google.com/store/apps/details?id=be.altf1.groceriesngpwa

Heavily based on NativeScript sample groceries

Build the application on Android

Android publishing requires the signature of the app

  1. Generate the certificate :
    • keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
    1. not required : upgrade the certificate :
      • keytool -importkeystore -srckeystore my-release-key.jks -destkeystore my-release-key.jks -deststoretype pkcs12
  2. Build the android app using the certificate :
    • tns build android --release --key-store-path my-release-key.jks --key-store-password aStorePasswordToChange --key-store-alias my-alias --key-store-alias-password aPasswordToChange
  3. Build the android app WITHOUT the certificate :
    • tns build android

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot