Hi,
I’m making a radio app. When the user changes the radio, the 2 radios work at the same time. How can I turn off the radio? Voices are mixed. I share blocks
Taifun
January 18, 2022, 3:07am
#2
use only one Player component and set the source before playing
also switch screens correctly…
I see many issues done by users because they switched screens not correct.
This below is now just one of many other solutions:
[blocks]
If you dont open/close screens correct your app will get possible runtime errors.
Possible errors: (example)
Unable to add window -- token android.os.BinderProxy@45d459c0 is not valid; is your activity running?
Iam sure you don’t want that.
Then please do it in the future and switch screens correct.
General Tips and Tricks for App Inventor/Makeroid
…
Taifun
system
(system)
Closed
February 17, 2022, 4:58pm
#4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.