Hello
Java code in B4X. I want to develop a library. I only need to wrap 5 functions. I want to do it in B4X without using Eclipse. I’ve already implemented 4 of the 5 methods. The fifth one is asynchronous. I would need to use RaiseEvent or RaiseEventFromUI to trigger the event in B4X. However, I’m stuck on how to call these methods so that when the asynchronous operation finishes, the event is triggered in B4X.
My main question is about the BA object.
Let me know if you'd like me to help you structure the Java code that uses BA.RaiseEventFromUI() properly.
Java code in B4X. I want to develop a library. I only need to wrap 5 functions. I want to do it in B4X without using Eclipse. I’ve already implemented 4 of the 5 methods. The fifth one is asynchronous. I would need to use RaiseEvent or RaiseEventFromUI to trigger the event in B4X. However, I’m stuck on how to call these methods so that when the asynchronous operation finishes, the event is triggered in B4X.
My main question is about the BA object.
Let me know if you'd like me to help you structure the Java code that uses BA.RaiseEventFromUI() properly.