schedule

  1. walterf25

    Android Question Start B4XPage from Receiver (SOLVED)

    Hi all, I have an app that schedules a notification for the user, the notification has two action buttons, "Check In" and "Close", I have a receiver that captures these actions in the starting intent, based on which of these two buttons are pressed when the user opens the notification, I need to...
  2. walterf25

    Android Question Scheduling Notification 14 days from now (Receiver)

    Hi all, I have the need to schedule a notification on my app 14 days from whenever the user completes certain tasks, I came across this thread here that requests the REQUEST_SCHEDULE_EXACT_ALARM permission so, My question is, will a Receiver work in this case, is there anything special I need to...
  3. Alexander Stolte

    B4i Library AS Alarm - Alarm clock or keep app active in the background

    I needed a way to play a sound at a certain time even though the app is in the background. The problem is that the app is paused as soon as it goes into the background, you can delay this by 30 seconds, but if you take longer, the app is stopped and no more code is executed. Now I have found a...
  4. mcqueccu

    Android Question Scheduling a task with Receiver

    I can't seem to get this reminder code to work with the receiver module. With the example attached, it runs when the app is in the foreground, but when it is in the background it doesn't. Do I need to add 1. Intent code to manifest? 2. Add draw-over apps 3. Both? Hint: Goto the schedule...
Top