How to Send Android notifications to Arduino via REST URL

Hi,

I have an LED Matrix Display (Adafruit Neomatrix) connected to Arduino to which I cand send text via URL in the form of http://ip-address/text-to-send. Is there any way I can send Android Notifications in the form of URL so that the Arduino can extract the text and display the notification on the LED Display? This way rather than accessing the phone for notifications, you can see this display for notifications.

to which I cand send text via URL in the form of http://ip-address/text-to-send.

ip-address of what?

Is there any way I can send Android Notifications in the form of URL

While there are lot of letters in common between Android and Arduino, there are significant differences, too. The Android forum is where you ask Android-specific questions.