Archive Blogs

Recent Posts

blog cover
Android

Networking for Android made easy: The Volley Library

When developing an app on native Android you definitely at some point happen to need to make a network call, say, calling a JSON api. Being either your own well known or third party api you always need to get your hands on that tedious boilerplate code: create an AsyncTask and in it’s doInBackground() method implement the HTTP call […]
photo of the creator2