How to publicize new Android's HTTP requests library
Posted
by
Yaniv
on Programmers
See other posts from Programmers
or by Yaniv
Published on 2014-06-13T06:05:32Z
Indexed on
2014/06/13
9:40 UTC
Read the original article
Hit count: 314
I don't know if this really belongs here, but I developed an open-source HTTP requests library for Android called Unite. This library was built mainly to significantly facilitate the work and coding time, and makes it easy to create and work with HTTP requests.
I think a big advantage of this library is that it is open-source, so everyone can contribute to make it even better.
I started this project for personal use, and I really like the result.
What is the right and proper way to publicize the project, I do think it will be handy to Android developers. So how can I make developers know this library exist?
© Programmers or respective owner