G GudEvil Member Licensed User Longtime User Nov 4, 2015 #1 Hi, I have a application coonected to mysql thru php. I need to get notification message in android if there is any new record added in particular database table.. I saw the library how to use custom notification (barx custom notification) but it is initiated by button click.. I am noob here. Could you tell me how should I initiate notification n show it in android.. thanks
Hi, I have a application coonected to mysql thru php. I need to get notification message in android if there is any new record added in particular database table.. I saw the library how to use custom notification (barx custom notification) but it is initiated by button click.. I am noob here. Could you tell me how should I initiate notification n show it in android.. thanks
Erel B4X founder Staff member Licensed User Longtime User Nov 4, 2015 #2 The real question is how can the server send a message to the device. There are several options. The first one is GCM push service: https://www.b4x.com/search?query=GCM Upvote 0
The real question is how can the server send a message to the device. There are several options. The first one is GCM push service: https://www.b4x.com/search?query=GCM
G GudEvil Member Licensed User Longtime User Nov 4, 2015 #3 ok... I got to use GDC n send messages to device n then use listener in android n invoke notification. thanks for reply Upvote 0
ok... I got to use GDC n send messages to device n then use listener in android n invoke notification. thanks for reply