I am working on a big android application project. I have my android app and also I have a node JS API on my server. I want to make a Restful API so I want to make HTTP requests from my android application to node JS API. I am searching for many weeks and trying different solutions for the HTTP requests from android but I am not sure what is the best solution. Any suggestions from personal experience for the best solution to make HTTP requests from android with good documentation? (for example an API, library, AyncTask etc.)
I am developing using Java.
Thank you