B4A Library NB6 - Notifications Builder - Erel    Mar 12, 2025   (63 reactions)   tags: B4A Notifications NB6, Background, SDK, B4A Notifications, NotificationBuilder Class, B4A Background The notifications features changed a lot as Android evolved. Android 8 (with targetSdkVersion 26+) adds another complexity with the introduction of notification channels. The built-in Notification object was rewritten in B4A v8 to work properly with all versions. This is a good option if you are interested in simple notifications. Now for the new option. NB6 is a class that builds both simple and complex notifications: https://www.b4x.com/basic4android/images/SS-2018-04-12_18... B4A Library NotificationListener library (NotificationListenerService) - Erel    Jul 7, 2024   (20 reactions)   tags: notification The NotificationListener library allows you to access the device notifications.
With this library... the libraries folder.
- Add a Service module named NotificationService (must be this exact name... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ 260077923 Clarification: The nice thing about FCM is that your app doesn't need to run....67692/ Make sure to add the Notifications snippet. You should also reference FirebaseAnalytics 2...) Log($"Message data: ${Message.GetData}"$) Dim n2 As Notification n2.Initialize2... will be raised whenever a message is received. In this case we show a notification. You can do whatever... B4J Library jSystemTray - Add icons to the system tray (notifications) - Erel    Jul 31, 2016   (33 reactions) With this library you can add system tray icons and handle their events. This is useful for applications that should run in the background and still allow the user to interact with. http://www.b4x.com/basic4android/images/SS-2014-02-06_10.50.47.png Tray icons have two events: DoubleClick and MenuClick. The menu appears when the user right clicks on the icon. Usually when the user closes... tray icon. This library is an internal library now. If you don't see it in the IDE then... Bug? iTopNotification cutted out [Library] - Mike1970    Dec 6, 2019 Hi, I tried out the iTopNotification Library. The problem is that for the iPhones with the notch, the notification is showing cutted out: 86135... B4A Library 🍞 [B4X] [B4A] B4XDaisyToast - Beautiful, Stackable, & Timed Toast Notifications! - Mashiane    Feb 23, 2026   (11 reactions) Hi Fam I’m excited to introduce B4XDaisyToast, a robust, cross-platform custom view class designed to bring modern, DaisyUI-inspired toast notifications to your B4A, B4i, and B4J applications... Configurable Positioning: Control exactly where your notifications appear. Set HorizontalAlignment... Bars: You can set a duration for the notification to remain on screen. If you enable ShowProgress... notifications won't overlap! The component automatically stacks messages with appropriate gaps and... B4A Library Notification Builder Library. - barx    Dec 12, 2017   (48 reactions)   tags: notification builder Notification Builder Library. Now With JellyBean style expanding notifications
Now we can make 'JellyBean Style' expanding Notifications.
That's right, this is the long awaited library... B4i Library UserNotificationCenter class - Erel    May 18, 2020   (14 reactions) A class that creates local notifications based on the newer iOS 10+ API. The notifications are configured to show even when the app is in the foreground. You can also add actions to the notifications: https://www.b4x.com/basic4android/images/SS-2018-12-20_16.03.33.png See the attached example... B4i Library iTopNotifications - Sliding notifications - Erel    Jan 13, 2020   (5 reactions) This library is deprecated. It is trivial to show an animated panel and it doesn't justify.../android/forum/threads/itopnotification-cutted-out-library.111986/post-698423 This is a wrapper for LNRSimpleNotifications: https://github.com/LISNR/LNRSimpleNotifications It implements nice sliding notifications that slide from the top or bottom. The user can click on the notification to dismiss it or wait for the set duration. 52623 It wraps a swift library so you need to set #MinVersion to... B4A Library [B4X][B4A] B4XDaisyIndicator - Modern DaisyUI-Inspired Notification Badges & Counters! - Mashiane    Feb 24, 2026   (6 reactions) Hi Fam Are you looking to add a touch of modern design to your application's user interface? Today, I'm thrilled to introduce the B4XDaisyIndicator—a brand new custom class designed to bring beautiful, Tailwind/DaisyUI-inspired badges, notification dots, and unread counters straight into your B4A and cross-platform projects! Whether you need a tiny "online" status dot... countInd.setVariant("error") ' Red notification styling countInd.setSize("sm"... Page: 1   2   3   4   5   |