Skip to content

Instantly share code, notes, and snippets.

@codeas
Created January 22, 2019 17:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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