clear

  1. mik21

    Android Question xCustomListView crash

    I have simple activity which has xCustomListView with panel with edit view. Edit has FocusChanged proc. This proc read edit value and set label text in picture edit value is "12" and label text is "Kid 0". The "Clear CLV" button clear xCustomListView. If the cursor is parking on the edit...
  2. 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?
Top