M mojkodaba Member Sep 6, 2020 #1 hi how a creat this? I could not make this with nb6 or Notifications Builder please help me
Erel B4X founder Staff member Licensed User Longtime User Sep 6, 2020 #2 This is a MediaStyle notification. I don't think that you will find full example with this notification style. It is more complex than other styles. A bit relevant post: https://www.b4x.com/android/forum/threads/notification-audio-play-pause-button.113351/#post-708042 Upvote 0
This is a MediaStyle notification. I don't think that you will find full example with this notification style. It is more complex than other styles. A bit relevant post: https://www.b4x.com/android/forum/threads/notification-audio-play-pause-button.113351/#post-708042
M mojkodaba Member Sep 6, 2020 #3 Erel said: This is a MediaStyle notification. I don't think that you will find full example with this notification style. It is more complex than other styles. A bit relevant post: https://www.b4x.com/android/forum/threads/notification-audio-play-pause-button.113351/#post-708042 Click to expand... @Erel : I want a notification that can be custom designed I want to use label and imageview in the notification How I do it? Last edited: Sep 7, 2020 Upvote 0
Erel said: This is a MediaStyle notification. I don't think that you will find full example with this notification style. It is more complex than other styles. A bit relevant post: https://www.b4x.com/android/forum/threads/notification-audio-play-pause-button.113351/#post-708042 Click to expand... @Erel : I want a notification that can be custom designed I want to use label and imageview in the notification How I do it?
Erel B4X founder Staff member Licensed User Longtime User Sep 7, 2020 #4 This can only be done with the older NotificationBuilder library and a layout created with XML. I don't recommend using this library as many things has changed since it was created. Upvote 0
This can only be done with the older NotificationBuilder library and a layout created with XML. I don't recommend using this library as many things has changed since it was created.