DEV Community

Shubhadeep Banerjee
Shubhadeep Banerjee

Posted on

HTTP library for Android

Hello fellow Developers,

I have developed a small Android library for handling HTTP POST and GET requests. Anyone who is looking for an easy way to perform HTTP calls, can use this library. It supports post requests with JSON and Multipart Form data, file uploading and Get request with URL parameters.

Hope it will help you guys.

https://github.com/shubhadeepb14/Android-HTTPLib

Top comments (0)