I have an app that shows information about what is going on in the school. I know it is difficult and time consuming to reupdate an app on a device. Is it possible to update without having to cause the user the trouble. If this is not possible, what is an easy way to update. Thanks!
When you use the Web App you will not need to ask your users to update.
If you just need some information to change, can you pull the information from the cloud when the app opens (or maybe just occasionally, if internet access might be spotty)? That wouldn’t require the user to update the app (but WOULD require internet access). You could store your app’s information in a Google Sheet / Airtable / Firebase, so that changes you make to the database go out to your users.
You can put your app on Google drive
It can install by its Android app
And
(1) use Dropbox Create a txt file and set up sharing
(2)use web API get ( Change the www of the shared link to dl )
(3) Word processing
There is a book to make a vocabulary app, he uses dropbox to make an app (use .csv file) that can update vocabulary without upgrading
This is awesome. Thank you! I will see if these work.