Waldemar Lima Well-Known Member Licensed User Longtime User Feb 19, 2018 #1 How can i create notification like B4A-bridge ? Attachments Screenshot_2018-02-19-15-31-51.png 429.6 KB · Views: 169
lemonisdead Well-Known Member Licensed User Longtime User Feb 19, 2018 #2 You'll have to take a look here : https://www.b4x.com/android/forum/threads/version-safe-notification.87663/ Upvote 0
You'll have to take a look here : https://www.b4x.com/android/forum/threads/version-safe-notification.87663/
MarkusR Well-Known Member Licensed User Longtime User Feb 19, 2018 #3 Local Notifications B4X: Dim n As Notification n.Initialize n.Icon = "icon" n.SetInfo("This is the title", "and this is the body.","") 'Change Main to "" if this code is in the main module. n.Notify(1) Upvote 0
Local Notifications B4X: Dim n As Notification n.Initialize n.Icon = "icon" n.SetInfo("This is the title", "and this is the body.","") 'Change Main to "" if this code is in the main module. n.Notify(1)
Waldemar Lima Well-Known Member Licensed User Longtime User Feb 19, 2018 #4 thanks lemonisdead and MarkusR Upvote 0
asales Expert Licensed User Longtime User Feb 19, 2018 #5 Waldemar Lima said: thanks lemonisdead and MarkusR Click to expand... Click on "Like" if the answer helped you and to show it to them. And you can download the source code of B4-Bridge here: https://www.b4x.com/android/forum/threads/b4a-bridge-source-code.8153/ Upvote 0
Waldemar Lima said: thanks lemonisdead and MarkusR Click to expand... Click on "Like" if the answer helped you and to show it to them. And you can download the source code of B4-Bridge here: https://www.b4x.com/android/forum/threads/b4a-bridge-source-code.8153/