Hi,
I created a Yandex API and used to make an translator app.
The app works on my phone and when I Live Test, but it does not work on other friend’s phone ( Samsung s20). Any advice on what could be wrong?
Thank you
Hi,
I created a Yandex API and used to make an translator app.
The app works on my phone and when I Live Test, but it does not work on other friend’s phone ( Samsung s20). Any advice on what could be wrong?
Thank you
Hi,
What doesn’t work?
Now I understand. I would do this:
Removed duplicate blocks. The same data is requested from the table several times. When you first access them, you need to save them in a variable and then use this variable
Instead of app variable blocks, I would use variables from the function parameter. They work more reliably
you Need to check whether the translation block works at all. To do this, create a simple application that uses only the text translation block and set it a string with the text (not from the table).
Thanks Actech - will try.