Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
'new HTTPLib().new JSONPostUtility(...)'
What's up with this weird 'new'? I've never seen anything like it, do you have some lecture on it? -
Dude there is only one java file? What's up with that. Why have you written all classes in the same java file.
-
What problem does this library solve?
What new feature does this library provide?
What hard task does this library make easy?
At least, one of those questions must be answered by any new library. -
@thevariableman so that people can copy and paste the entire code into their projects
-
@lazyDev one can copy paste the whole library. No need to put a fancy dependency in the gradle build.
-
@shubhadeepb a nested non static class, I assume? Because a nested static class can be initiated simply with new A. B()
-
@Emphiliis yeah, that's a non-static class. But I think I can make it static. Will check.
Related Rants
Hello fellow Devs,
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/...
random
http
android
android dev