Here you are creating two functions of the same Id, so it will not work.
After changing the function Id and the values in the CallFunction blocks with unique id (values) , first call the function that will set the source before calling the play function.
hello, since you have been so kind maybe you can help me ...
can I interrograte a clouddb in background?
let me explain ... in the cloud db I have a list of news. In background (with a time interval) I would like to count the number of news and compare it to the local variable, if it is greater, send a notification.
it's possible?
with clock component it only works with running application.
thank you
Improved event handling
Components like the PhoneCall component of the AnsweredCall event's phone number was null sometimes.
The extension couldn't handle it although the value is not used. This is now fixed
Fixed service start issue on older devices (ref this post)
hello, surely you will be very busy and I don't want to bother you too much.
i am waiting for the example to check length of the list on firebase ... if you tell me which block would be to use i could try it myself ... thanks
I could not set up both of them actually, anyway I am linking to the old post of mine that demonstrates showing a new notification when there is a new value-added in airtable, you can check that out, doing with firebase will be difficult and will only involve using the ExtraFunction block with Java codes that pretty much no one will understand.
Im begginer user. I did mi First app with my favorite shoutcast radio Player. Work Great, but after 2,3 minutest suddenly stop - break sound. Do you have any solution?
I don't find a way to fix that, I suggest you use the foreground task instead because it's rarely killed by the system, some devices like Samsung running Android 8 also kills foreground tasks, try removing the battery optimization, restrictions.
At last, there is no proper solution at the developer end.
Streaming radio? Yes, this happens to developers attempting to stream audio. There are several explanations ranging from the Screen going to sleep to features of the Android versions automatically cutting off to preserve the battery. The main reason is the Android system was not designed for continuous streaming. There are work around band-aids some of which are discussed https://community.appinventor.mit.edu/search?q=streaming%20aud .