handling

  1. nima66

    B4J Question Handling errors in the Application_Error event

    Does b4j have an event similar to b4a for errors that occur anywhere in the application? Sub Application_Error (Error As Exception, StackTrace As String) As Boolean Because I want to store the error in the server database. That way I can fix the problem in the next update.
  2. yo3ggx

    Android Question When app crashes, is not fully closed

    Hello, I have an application that runs some code in a service (to allow running in the background). When the application crashes, Android shows it as open. I try to use in Starter service Sub Application_Error (Error As Exception, StackTrace As String) As Boolean ExitApplication Return...
  3. a.consorti

    B4J Question wait for and api response

    Hi guys! How are you, I state that I'm new to B4J and, despite my many attempts and various readings, I can't do something that should be simple. In practice I have created a web portal in B4J and I manage the various pages through the handlers. So far, so good. The problem arises when I...
Top