research how to go faster in mobile development #151
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1. poc flutter installer for termux (android)
1.b. use adb
2. compatibility of our compile in termux
3. fork termux
4. vab
5. vlang & ios
6. grid as build env for mobile development
IMPLEMENTATION INFO
driver of the script
this starts a webserver which then allows the install of the script below in termux (script was called termuxinstall.sh)
we install in termux through
curl -s http://$ip_addr:8080/termuxinstall.sh > /install.sh && bash /install.sh
the webserver:
example script to install in termux
the termuxinstall.sh:
https://github.com/termux/termux-app/wiki/RUN_COMMAND-Intent