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 Create a app with no GUI - imbault (first post)    Sep 17, 2016 You should have a look on this Service tutorial : Service B4J Tutorial [GCE] For Noobs, Part 10 - Running Your B4J App As A Service and Automatically Starting At Boot - Ed Brown    Nov 05, 2017   (20 reactions) Note: The process outlined in this tutorial assumes that your Linux distribution is using systemd. If you have chosen Debian or Ubuntu as your Linux distribution when creating the VM then you should be good to go. Otherwise, you may try the process outlined here but I will not guarantee any success. B4A Question Make service run automatically - Erel (first post)    Sep 17, 2015   (3 reactions) Go over the services tutorial. There is nothing really special with services. B4A Tutorial Android FTP tutorial - Erel    Aug 25, 2021   (6 reactions) Old and irrelevant tutorial. Follow this one instead: Net library (FTP, SMTP, POP) with Wait For
This tutorial covers the FTP object which is part of the Net library.
The Net library is based on Apache Commons Net.
Android OS doesn't allow us, the developers, to block the main thread for more t B4A Question When to use a Service - Erel (first post)    Mar 27, 2017 See the services tutorial: Service Modules Also worth reading: Starter Service - Consistent & Single Entry Point B4A Tutorial Android home screen widgets tutorial - part I - Erel    Jan 10, 2023   (11 reactions) Edit: widgets are handled with receivers now. See the attached example. This tutorial will explain how to implement your own home screen widgets (also named App Widgets). It is important to understand that the widgets are created and managed in another process, different than the process that your B4A Question AutomaticForegroundMode without vibrating and notification sound - Erel (first post)    Apr 22, 2018   (1 reaction) The relevant tutorial is this one: https://www.b4x.-foreground-mode.90546/ You need to create a notification and set it in Service_Create: Service. = YourNotification It doesn't matter how you build the notification. B4A Question Trying out Firebase Cloud Messaging - An Schi (first post)    Sep 12, 2016   (1 reaction) Follow the tutorial!
It says:
You didn't name your service like this. B4A Question [Solved] Save ASCII file stopped by Standby mode? - Erel (first post)    Nov 08, 2016 See the services tutorial. It is very simple. Page: 1   2   3   4   5   6   7   Powered by ColBERT |