Hi,
Can u help me please?
I have an B4A app with a button, the idea is that when i click on the button, the app will open a url with this code for example:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "https://www.examplewebpage.com")
StartActivity(i)
And the web page will close automatically...
' UrlEncodeMap(input As Map) As String
' Converts a Map's keys/values to a URL encoded parameter string
' Following library is used
' B4J - jStringUtils
' B4A - StringUtils
' B4i - iStringUtils
Sub UrlEncodeMap(input As Map) As String
Dim sb As StringBuilder
Dim su As StringUtils...
Public Sub CreateNamedLink(name As String,url As String,color As String) As String
Return "" & name & ""
End Sub
bbcv.Text = "" & "Bitte " & CreateNamedLink("Anmelden","https://yourniceurl","#2D8879") & "/" & CreateNamedLink("Registrieren","https://yourniceurl","#2D8879") & " um ein...
Hi everyone. I have a local build server, i would to know if there is a way to put a URL in the "Server IP" so it became static from the outside.
I have a dns, so i would like to put this in the configuration so i can build outside of my home
If i click "ok" it says "invalid server ip"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.