I've been trying to create DefaultHttpClient object with:
HttpClient client = new DefaultHttpClient();
but I'm unable to find this class can't be resolved in my Android Studio. After googling this class, the first result shows the following URL:Link
and it's 404: not found page.
Does anyone know how I can use this function and similar function such as HttpGet?