For those looking for the Allison John's youtube videos, here's one of them:
I would like the user to make a Google Sheets Members file
without the user modifying the blocks
I would like the program to make a Google Sheets file to write to.
Which AI2 spinoff do you recommend for my program?
Some parts of your request are against good app development practice.I would like the user to make a Google Sheets Members fileHow savvy are your users? Even as a developer, I find theprocedure to hook a Google Sheet into an AI2 app a form of surgery,reaching into the guts of some html to grab an identifier.No user should have to do that.
Normal practice is for the developer to set up just one data base (set of tables) for all users,and for each user to get new rows in the appropriate tables as needed.
I would like the program to make a Google Sheets file to write to.This is breaking new ground, as far as I've seen.Are you asking for this to avoid having to pay for online storage?Or would it be enough to filter and extract data to a csv file on the phone?
Which AI2 spinoff do you recommend for my program?That depends on your funding, your expected app lifetime,and your level of skill.