Example code:
How can I get the received value (bitmap or string) within other sub?:sign0104:
B4X:
Sub JobDone(Job As HttpJob)
If Job.Success = True Then
Return Job.GetString
Else
ToastMessageShow("Server Connection Was Failed", False)
End If
End Sub
How can I get the received value (bitmap or string) within other sub?:sign0104: