B4A Code Snippet Custom notifications channel - Erel    Jan 15, 2021   (5 reactions) Don't use this code. Use NB6 instead.
Starting from Android 8, notifications are grouped by channels. The notification behavior depends on the channel it belongs to.
With B4A v8+ notification... B4A Code Snippet Allow user to select custom notification sound and have complete control over playing it - JohnC    Mar 11, 2020   (2 reactions) You can use the Ringtone Manager to allow the user to select a notification sound in your app. But the typical way of using the RTM to play it has many restrictions...
1) After the user selects...)
Rm.ShowRingtonePicker("rm", Bit.Or(Rm.TYPE_ALARM,Rm.TYPE_NOTIFICATION), True, AlarmURI... B4A Library Custom Notification Library: Barx - barx    Apr 9, 2015   (7 reactions) is my first library. It allows you to create custom notifications and has more settings for...
Setting custom patterns for LED and Vibration
Setting custom Notification alert tone
Setting the color... B4A Question Customized Notification - Alexander Stolte (first post)    Feb 23, 2025
Is there a way to customize notification in form of vibration pattern, text and or font and other stuff?
Check NB6 and this thread:
https://www.b4x.com/android/forum/threads/nb6-class-additional-functions.104319/#content... B4A Question Custom Notification Ringtone In Firebase Notification - hongbii    Sep 21, 2018 )
Notification.Notify(3)
The custom ringtone rang successfully when the app is in foreground but becomes...,
},
priority = 10
};
Is that anything I can do to let the notification rang with custom...Hi all,
I'm using the Firebase Push Notification and NB6 mentioned inhttps://www.b4x.com/android/forum/threads/nb6-notifications-builder-class-2018.91819/#content
I implement the code in... B4J Question [Almost SOLVED] How can I customize ControlsUtils notification text font - Star-Dust    Aug 16, 2022 I need to enlarge the font size of the notification message. I don't know how to access... Noty As ControlsUtils
....
Noty.ShowNotification3(Text,Title,Noty.ICON_INFORMATION,Null,"CENTER... B4A Question custom notification - Rasoull (first post)    Jun 4, 2022
NBY is your answer.
You'll need to create XML files for it.
How should I use the xml file? The notification builder library gives the channel ID not set and I can not use it.... B4A Question Custom Notification Issue - walterf25    May 4, 2013 Hell all i need some help, i'm trying to use Barx's custom notification library 1.1....RemoteServiceException: Bad notification posted from package anywheresoftware.b4a.samples.push: Couldn't expand RemoteViews for: StatusBarNotification(package=anywheresoftware.b4a.samples.push id=1 tag=null notification=Notification(vibrate=default,sound=default,defaults=0xffffffff,flags=0x0... B4A Question Detecting Click on a custom notification layout - Inman    Oct 15, 2012 I am trying to build a custom notification layout, like the one on the bottom part of the screenshot given below, using barx's Custom Notification library. My question is how can I detect... Java Question Custom Notification Library (incomplete) - thedesolatesoul    Apr 3, 2012 ("setCustomView")
public void setCustomView(BA ba, NotificationWrapper n... me reason to believe there is some life in this log.
There is nothing shown on the notification... Page: 1   2   3   |