I'm new to Android programming and I'm trying to connect my android app to a mysql database using the library: apache-httpcomponents-httpclient.jar
as shown in this tutorial here . I am using the Marshmellow API (23). I've noticed many questions asking for workarounds and it seems that this library is no longer supported according to this stack overflow question. I have the suggested workarounds to no avail. Are there any other compatible libraries that I can use that have good user support/tutorials/guides etc.
Any help is much appreciated.