Android Question Notifications

tufanv

Expert
Licensed User
Longtime User
Hello

Is it possible with b4a - local notifications - not push ? Like the b4i's Local Notifications tutorial where you can set notificaitns locally without push ? I searched the forum but only could see firebase and gcm notifications.

Thank you
 

tufanv

Expert
Licensed User
Longtime User
You should use a Service and call StartServiceAt to schedule it to start at the given time. Once it has started you can do whatever you like including showing a notification.
can you post a link to a forum thread how to show a simple notification, strangely i cant find any example for that.
 
Upvote 0
Top