Android Question DownloadString

JanPRO

Well-Known Member
Licensed User
Longtime User
Hello, how i can Download a String, here is a example in VB:

B4X:
Dim wc as New Net.WebClient
Label1.Text = wc.DownloadString("http://www.b4x.com")

With this i can download the source code from http://www.b4x.com ... how i can do this in B4A ?

Sorry,but my English is not so good.
 
Top