Teams Running on Google Sheets
Inventory trackers, order intake forms, attendance logs, expense submitters — if the data lives in a Sheet, an Apps Script web app is often the front end. Wrapping it as an APK means field staff tap an icon instead of hunting for a macros URL in a chat thread. The script keeps reading and writing the same Sheet through google.script.run — the same asynchronous client-side API Google documents for HTML-service pages — because the code still runs on Google's servers, not on the phone.