I tried to do something with TinyDB but i don't find how i can do this.
i already created my app for windows, i use Autohotkey to make my app, i use function "String replace" to replace some texts and now i want to create a android version of my app.
So i think i need to use something like "String replace" to replace some texts in my file, we can find something like this in MIT App inventor ?
My windows app works like this :
-> Download the file from internet
-> Save the file in my HDD (named file1.txt)
-> Read file1.txt
-> Replace some texts
-> Save the new file with the new texts in my HDD (named file2.txt)
So i need to do same thing with MIT App inventor.
You can help me please ?