Many things in B4A are multithreaded. For example all the asynchronous SQL methods and all the network related methods.
Your code will run on the main thread. You can use the Threading library to run code on a different thread. In most cases it is a mistake as there are other, simpler and better solutions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.