I am trying to develop a simple app:
- Send HTTP request
- Show the response on a screen.
I have created a button -> added external API (etc)
As a result, I see that it works as expected - no problem there.
The main question of -> how to show on-screen (input field or label) with a server response.
Example of request: HTTP://site/?request=status
Example of server response: online/not connected
I would like to see the status near the button after I clicked on it.
Thx