notification builder

  1. Rasoull

    Android Question problem with notificationbuilder

    Hello I used @brax Notification builder library for custom notification, but I got the following error when running, how can I fix this error? Failed to post notification on channel "null" How can I set the channel id?
  2. Mrphone

    Android Code Snippet Change notification background color

    Hi How Can I Change Notification Background Color? :) Like the picture below 👇 Thanks in advance for your help ;)
  3. Yunus ÖZ

    Android Question Notification Play/Pause Problem

    Hi everyone, I'm using NotificationBuilder library for my radio app. (Thank you very much to the developer @barx ). This is my Custom Layout File <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
  4. Yunus ÖZ

    Android Question Notification Builder Library - Changing text from service

    Hi i'm using to Notification Builder Library (thanks to @barx for this) and i added custom layout with 2 buttons,and use "setEnableClickEvent" to service i want to change button text when i click to it, could you tell me how can i do it, i read all of this...
  5. Sandman

    Bug? Typo in NB6 class causing erroneous channel name

    I think there's a typo in the NB6 class, found at https://www.b4x.com/android/forum/threads/nb6-notifications-builder-class-2018.91819/#content. Public Sub Initialize (ChannelId As String, ChannelName As Object, ImportanceLevel As String) As NB6 ctxt.InitializeContext...
  6. rleiman

    Android Question App crashing when initializing a channel with the notification builder

    Hi Everyone, I'm using the updated notification builder and the initialize statement is crashing my app. Does anyone know what I'm missing? Thanks. Code in the Process_Globals sub routine: Private nBNotify As NotificationBuilder Private channel As NotificationChannelBuilder Code in...
Top