Skip to content Skip to sidebar Skip to footer

Mit App Inventor 2: May I / How To Place Alarms In The Android Notification Area?

With MIT Inventor 2, may I create a Notification Area Notification caused by an Alarm, which is placed in the notification area of an Android smartphone? So that I may create a sil

Solution 1:

Currently there the following alternatives:

  1. The Texting component can display a notification also in App Inventor 2, see also the documentation. This feature however is available only in the United States.

  2. The Punya Framework offers a Google Cloud Messaging component, see also here. See also the Overview: Different App Inventor distributions.

    If you use another server, you always have to think about a) is it a reliable service? b) will it be updated (bug fixes and new features)?because once you create a project using another server, which uses other blocks, you will not be able to import your project back into MIT App Inventor anymore!

  3. I also can offer a simple Notification Extension to send a notification. As you know, App Inventor apps have some restrictions. Which means for the Notification extension: the app must be still running (at least in the background) to be able to send a notification after n seconds.

    The App Inventor Extensions are currently in testing. See the announcement for more information about how to use an App Inventor Extension. enter image description here

Post a Comment for "Mit App Inventor 2: May I / How To Place Alarms In The Android Notification Area?"