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 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. 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 B4A Question Starter service loosing variables initialization? - ilan (first post)    Dec 18, 2017 A service is also an activity. 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 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 Service (httputils2service) Destroy - Erel (first post)    Jan 17, 2023 You don't need to prevent it. The service will be started when needed. B4A Question Service.startForeground shows "touch for more information or to stop the..." - Azam Memon (first post)    Oct 08, 2016 I want my service to stay running in background and don't get killed. B4A Question Service.AutomaticForegroundMode = Service.AUTOMATIC_FOREGROUND_ALWAYS - Erel (first post)    Mar 17, 2019 Set it to NEVER instead of ALWAYS. Page: 1   2   3   4   5   6   7   Powered by ColBERT |