After watching this year's Google IO session: "Google I/O 2013 - Volley: Easy, Fast Networking for Android"
I've decided to replace my current RESTful implementation in favor of using Volley. As suggested I have cloned the repository from googlecode into my project and included it as a library project.
Everything works great and this library is indeed awesome, but how could I tell when it's time to update it when there are no official releases only commits on master branch? Who is in charge to announce which versions are stable and which aren't? Is there any official blog where I could get updates on this framework?
Thanks