Skip to content

Instantly share code, notes, and snippets.

@codeas
Created January 22, 2019 17:12
Show Gist options
  • Save codeas/6e922e9e7ec98de350718595d858ef02 to your computer and use it in GitHub Desktop.
Save codeas/6e922e9e7ec98de350718595d858ef02 to your computer and use it in GitHub Desktop.
Native Android application with Apps Script
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