Skip to content

Instantly share code, notes, and snippets.

@denisviana
Created February 4, 2020 13:05
Show Gist options
  • Save denisviana/cf47686805736586848e66602ba81a00 to your computer and use it in GitHub Desktop.
Save denisviana/cf47686805736586848e66602ba81a00 to your computer and use it in GitHub Desktop.
TruggHub
public class CommonUtilities {
public static final String SERVER = "https://x.wobbi.com.br/";
public static final String SERVER_FOLDER_PATH = "";
public static final String SERVER_WEBSERVICE_PATH = SERVER_FOLDER_PATH + "webservice.php";
public static final String SERVER_URL = SERVER + SERVER_FOLDER_PATH;
public static final String SERVER_URL_WEBSERVICE = SERVER + SERVER_WEBSERVICE_PATH + "?";
public static final String SERVER_URL_PHOTOS = SERVER_URL + "webimages/";
public static final String TOLLURL = "https://tce.cit.api.here.com/2/calculateroute.json?app_id=";
public static final String PROVIDER_PHOTO_PATH = SERVER_URL_PHOTOS + "upload/Driver/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment