Hi all.
I need to make a GET request through a handler and display the result on the screen.
I tried to follow @Erel tutorial on how to use wait on a handler but I was not successful.
here's the code.
B4X:
Sub Handle(req As ServletRequest, resp As ServletResponse)
Wait For...