java uri builder

  1. DavideV

    Android Question how to access the java URI.BUILDER with B4A?

    Hello people, i would like to access the Java uri.builder scheme like this below: Uri.Builder directionsBuilder = new Uri.Builder() .scheme("https") .authority("www.google.com") .appendPath("maps") .appendPath("dir") .appendPath("")...
Top