Details
-
Epic
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
Android Design Viewer
Description
Deliver a ready-made APK that can be installed to any recent Android device to view UI project.
APK needs to be delivered to the device. It can be via
a) play store
- read QR code on android device and download the app from play store
- load new UI project by reading QR code with the app
b) APK upload. DS needs to ship a precompiled (versions apply) APK that can be uploaded to any android device that has developer mode enabled. The string for wasm build can be set with adb command. (https://proandroiddev.com/utilizing-adb-for-daily-tasks-b52a27715ee5) and then app loads that file from DV's site and displays it. For this, there needs to be a text input field on the app.
Documentation of the APK usage needs to have
- where to find the APK
- how to configure Qt DS to connect to the viewer
- how to deploy UI to the viewer
- how to send DV url to the app (adb/QR code)
- troubleshooting guide