Created
January 22, 2019 17:12
-
-
Save codeas/6e922e9e7ec98de350718595d858ef02 to your computer and use it in GitHub Desktop.
Native Android application with Apps Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function doGet(e) { | |
return HtmlService.createTemplateFromFile("view").evaluate(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment