I added below lines it is showing the Connection refused by the localhost , Can you please check and help plzzzz
public static final String BASE_URL = "http://localhost:90/spika/wwwroot/api.php";
public static final String INFORMATION_URL = "http://localhost:90/spika/wwwroot/page/information/";
public static final String LIST_SERVERS_URL = BASE_URL + "/" + Const.API_FOLDER + "servers";
I added below lines it is showing the Connection refused by the localhost , Can you please check and help plzzzz public static final String BASE_URL = "http://localhost:90/spika/wwwroot/api.php"; public static final String INFORMATION_URL = "http://localhost:90/spika/wwwroot/page/information/"; public static final String LIST_SERVERS_URL = BASE_URL + "/" + Const.API_FOLDER + "servers";