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 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 Services (Can't keep it alive) - Erel (first post)    Sep 13, 2018   (1 reaction) This will not work. The minimum interval is 15 or 30 minutes.
If you want to do something every 30 seconds then you should use a foreground service. B4A Question Services are processes or threads? - Alessandro71    Dec 17, 2017 if i start 2 different services from an app, will they spawn 2 different processes or are they just 2 threads?
in other words:
2 different service modules will run in parallel on a multicore cpu, or execution will serialized anyway? B4A Question Services... probably doing something wrong - wimpie3    Jun 20, 2021 When I start the app, the service starts and I can clearly see the message appearing every 10 seconds, even when the app itself is not active (when I'm at the homescreen for instance). However, as soon as I kill the app in Android, the service doesn't run anymore. I was expecting the service to cont 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 [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 Services and MultiThreads - Roberto P.    Mar 05, 2019 I created a services that execute a strong procedure that use many of cpu resources which slow down the performance of the device.
someone tell me how optimize the device with use of multi threads or any solution for optimize the device performance?
thank in advance 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. B4i Question Services - Erel (first post)    Feb 15, 2015 There are no services in iOS. Unless you are creating a VOIP app it is not possible in iOS to keep a network connection alive. Page: 1   2   3   4   5   6   7   Powered by ColBERT |