B4A Question Standard Class and Loading a layout into a panel - PaulMeuris (first post)    Nov 27, 2022   (1 reaction) From developers.android.com: Services overview A Service is an application component that can perform long-running operations in the background. It does not provide a user interface. B4A Question JRDC2 okhttputil issue - OliverA (first post)    Nov 18, 2019   (3 reactions) Ok, was able to get your error message. Real simple solution: Don't name any Service/Activity/Code Module Service. Service is an Object of the Core library. If you name a Service module Service, you are "overriding" the Service object. If that makes sense. Just try it. Recreate your project and do n B4A Tutorial Service Modules - Erel    Feb 07, 2023   (6 reactions) This is an old tutorial. Most of the information here is no longer correct.
255402345
Basic4android v1.2 adds support for Service modules.
Service modules play an important role in the application and process life cycle.
Start with this tutorial if you haven't read it before: Android Process and B4J Question xCustomListView, Click Event not raised - mw71 (first post)    Feb 17, 2021   (2 reactions) it's not realy a Service, it's a Code Module named "Service" B4A Question [RESOLVED] One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for .... - Jmu5667 (first post)    Jul 17, 2024 The service svc_service is a long running background service that manages other services and functions of the application. I already use the FGS methods as you can see in the manifest file I already posted. svc_service handles the foregound notifcation, it does funtionality does not appear in the sp B4A Question Starter service loosing variables initialization? - ilan (first post)    Dec 18, 2017 A service is also an activity. B4A Question Running multiple services and keeping them alive - JohnC (first post)    Feb 08, 2023 I have two questions:
1) Does "Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS" work EXACTLY the same as Service.StartForeground(nid, CreateNotification("Message")) in the context of keeping the service alive?
2) To give a service the best chance to staying alive, should eith B4A Question Errors after going "async" - OliverA (first post)    Feb 29, 2024   (2 reactions) Please note, a service does not run on a separate thread Source: https://developer.android.com/develop/background-work/services#:~:text=Caution: A service runs in the same process as the,service slows down activity performance. B4A Question Best practice for BLE when you need it to run even when the app is not visible? - Erel (first post)    Mar 09, 2023 1. Service is a unique Android feature. 2. B4J doesn't support BLE. It is simple to make your app run in the background with B4J (search for jSystemTray). 3. You cannot run BLE in the background in iOS with the exception of discovering beacons. Italian Circle ProgressBar Basata su Timer - LucaMs (first post)    May 22, 2020 Risolto. In MyLocation: Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_NEVER 'we are handling it ourselves "lo gestiamo da soli" perché in una routine viene inviata una notifica ogni 10 secondi, il che dovrebbe impedire al S.O. di uccidere l'app. Cambiato in: Service.Automa Page: 1   2   3   4   5   6   7   Powered by ColBERT |