Good evening
unfortunately, the Docs https://www.b4x.com/android/help/views.html#activity_finish
for Activity.Finish is very sparse:
Therefore my question to understand and prevent Bugs in my App:
Does Activity.Finish just cleans up internal B4A resources
or does it handle e.g. necessary Android tasks?
(I could imagine that B4A sends a signal to Android, for example, that an action has been received and processed so that Android does not have to search for another recipient.)
if there is a pendant for Activity.Finish in Android Java, then a link in those docs would be very helpful.
Thanks a lot, kind regards,
Thomas
unfortunately, the Docs https://www.b4x.com/android/help/views.html#activity_finish
for Activity.Finish is very sparse:
"Closes this activity."
Therefore my question to understand and prevent Bugs in my App:
Does Activity.Finish just cleans up internal B4A resources
or does it handle e.g. necessary Android tasks?
(I could imagine that B4A sends a signal to Android, for example, that an action has been received and processed so that Android does not have to search for another recipient.)
if there is a pendant for Activity.Finish in Android Java, then a link in those docs would be very helpful.
Thanks a lot, kind regards,
Thomas