PWA Webinar
Let's look at these two apps
Laptop Specifications
Build Time
Android
PWA
Launching a dev app
Android
PWA
Modifying a dev app
Android
PWA
Environment setup
Android
PWA
Hybrid
Native
PWA
- Requires IDE
- Must install API SDK to target different versions of Android/iOS
- Final bundle is either APK or IPA
- You can test your app either on an emulator or your test device
- Must reinstall bundle on device if you modify the app
- Requires Text Editor for development
- Requires IDE to generate final bundle
- Final bundle is either APK or IPA
- The app can be tested inside the browser
- Requires Text Editor for development
- Final bundle usually JS, but can be configured to be whatever the hosting server requires
- The app can be tested inside the browser with immediate feedback
- Depending on the configuration, build time is usually faster
Security Concerns - Android
User and
Data Privacy
Secure Network
Communication
Dependencies
Up to Date
Security Concerns - PWA
SQL Injection
Cross-Site Scripting
Broken
Authentication
Hosting
pwa-webinar
By alexgrigi
pwa-webinar
- 610