B4A Library DJI Drones - Erel    Jul 17, 2022   (36 reactions) Download the attached library and copy it as well. Updates - 4.80: Based on SDK 4.16. Requires B4A v11.5+. Please add to Main module: #MultiDex: true #AdditionalJar: dji-sdk-provided-4.16, ReferenceOnly #AdditionalJar: kotlin-stdlib-1.5.10 - 4.70: Based on SDK 4.15. Check the updated example and B4A Question Close App With B4XPages - Erel (first post)    Mar 24, 2021   (1 reaction) If you want to kill the process then call ExitApplication. The correct solution is to reset the layout and start from scratch. B4J Question ExitApplication in a web server hangs the connection - Erel (first post)    Feb 02, 2016   (1 reaction) Use CallSubPlus to run a sub that kills the server after 100ms. B4A Question Exit from application in clean way - khwarizmi (first post)    Dec 10, 2019   (1 reaction) As far as I know, exitApplication closes the application when applied from the only one active view, try to close every activity with acttivity.finish then you can apply exitApplication from the last one. B4A Tutorial Graphical Life Cycle of a B4A Activity - Erel (first post)    Feb 26, 2015   (3 reactions) ExitApplication terminates the process. In most cases you should avoid using it and let the OS manage the processes.
One of the problems with calling ExitApplication is that the OS treats the process as if it has crashed. In some cases it will try to restart previously running services. B4A Question Stop service when application ends - Erel (first post)    Dec 03, 2020   (1 reaction) In almost all cases it is a mistake to call ExitApplication. Just let the OS do its job and it will eventually kill the process. B4A Question Need android.permission.BLUETOOTH_CONNECT permission for AttributionSource - Filippo (first post)    Nov 21, 2022 In my app, when I exit, I use the "ExitApplication" function.
Is it possible that the problem is caused by this function?
In the Google Play console I found this crash report:
Main-Activity:
Sub Activity_Pause (UserClosed As Boolean)
If UserClosed Then
'Bluetooth verbindung aufhe B4J Question close a process - EnriqueGonzalez (first post)    Jan 05, 2022 use ExitApplication B4A Question Bad effect when closing an app - Pendrush (first post)    Jun 06, 2021   (2 reactions) Do not use ExitApplication. B4J Question OkHttp: Thread gets stuck? - Erel (first post)    Jun 29, 2021 My mistake. Missed it.
You can always call ExitApplication in MainForm_Closed to kill the process. Page: 1   2   3   4   5   6   7   Powered by ColBERT |