cancel

  1. Mrphone

    Android Question Cancel notification

    Hi guys :) I made a simple notification dim notif as Notification notif.Initialize notif.Icon = "icon" notif.AutoCancel = True notif.SetInfo("Title", "This is body.", Me) notif.notify(1) I want to do something whenever the notification is canceled is it possible?
  2. M

    Android Question [SOLVED] KeyPress Event Unmanageable

    Hi, everyone, i'm coding an app, and i wanted to do it graphically catchy, so i designed my own msgBox in the designer, and i display it using the custom B4XDialog and loading the layout i did. Now, the problem is that it doesn't aumatic handle the KeyPress Back event, so you have to do it...
Top