B4A Question Scheduling Notification 14 days from now (Receiver) - walterf25    Oct 28, 2024 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... add in addition to the REQUEST_SCHEDULE_EXACT_ALARM permission? I still can not wrap my head around... B4A Question Schedule Notifications - Alexander Stolte    Dec 19, 2023 Under IOS it is possible, for example, to have a notification displayed every Monday at a certain time.
What is the Android way?
How can I display a notification every Monday on Android?... B4A Question Schedule notification to every Thursday - asales    May 31, 2018 I use this code to show a notification every day:
https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/
Now I need to show a notification only in every Thursday... B4A Question Schedule notifications - bluedude    Jun 28, 2013 Hi, I have been searching everywhere to get an easy to use Job scheduler for Push notifications but none exist. What I want to do is let users store reminders on a server in a "set and forget" fashion which will later be pushed to them through Push notifications. I'm actually considering buying an Android stick which would run the job scheduler. It could retrieve all the reminders from a server and send out the push notifications on exact times. This device would serve... B4A Question [Solved] How to download quote and show a notification in schedule time service? - asales    May 27, 2019   (1 reaction) I use the code from this post to schedule time and show a notification. Works fine.
https://www.b4x.com/android/forum/threads/b4x-calculating-the-next-scheduled-time.65041/#content
Now I want to... B4A Question Notification at scheduled time - luke2012    Apr 3, 2014 Hi @Erel.
I'm using the StartServiceAt in order to schedule a notification in an specifica... the service is set to start at boot and the notification appears before the scheduled time.
My... B4A Question Confused about scheduling a notification reminder with StartServiceAt - Erel (first post)    Oct 24, 2013 Your code looks correct. It is better to call StopService if the service is not needed. Otherwise An... B4A Question The reasons for the crash of the process in the background. - Erel (first post)    Jul 15, 2021 1. You can schedule notifications to show. You cannot run any code at a specific time.
2. Search the forum.
3. Use B4XPages, XUI and cross platform features whenever possible.... B4A Question Building a calendar-scheduler application - Alexander Stolte (first post)    Jan 12, 2022
Being able to schedule events, notifications, and categories?
That sounds like a full app.
With the AS Scheduler you will be able to add appointments that go for 1 or more days as shown in the pictures above.
How the user adds them with a dialog or otherwise is your responsibility. The view will have click events.
notifications, and categories
What do you mean by that?... B4A Question Intercept SMS messages without notification Android 4.4 - gawie007    Jan 27, 2014 Hi, It appears that the ability to intercept and consume SMS messages will not be allowed from Android 4.4 unless the program that we write is the default SMS App. I came across this on my almost fruitless search to try to delete an SMS from the store. http://android-developers.blogspot.co.uk/2013/10/getting-your-sms-apps-ready-for-kitkat.html My programs will be filling up the SMS stores with ... Page: 1   2   3   4   5   6   7   |