How can I save Canvas contents into a database?

I am making a drawing app with authorization and I need to make it that if a user would log-in from a different device the images could still be loaded, meaning I can't use files. Is there any way I can use a database to save the contents of the Canvas?

1 Like

Yes, you can record all actions on the canvas to a list in tinydb or to a csv file, then recall this to carry out the same actions.

1 Like

How is that accomplished? Do you mean the drawing App is a Web app, accessed by Users via your phone App?

1 Like

Thank you! But, I'm having trouble locating the reply in which my question is answered, could you please tell me the number of the reply in the thread, or at least when it was posted?

1 Like

do you mean this?
https://community.appinventor.mit.edu/t/canvas-save-all-points/15003