Good day!
I am having problem with implementing the sliding drawer in a b4xpage.
I used "Root" since I cannot use "Activity" in the drawer initialization parameter.
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Drawer.Initialize(Me, "Drawer", Root, 300dip)...
NB6 notification not work with android 10 ,with no error return
B4X:
Private icon,icon2 As Bitmap
icon = LoadBitmap(File.DirAssets,"logo24.png") '24
icon2 = LoadBitmap(File.DirAssets,"log256.png") '256
Dim n As NB6
n.Initialize("default"...