Sunday, September 27, 2015

Android Networking & Libraries – A closer look

When it comes to networking, there are many libraries in android which makes the calls faster, smoother and easier. I was in a research of finding the best or the best combination for a variety of projects/requirements. Here is a summary of my observations. Why third party libraries over available system APIs? ·         Parallel execution of api calls ·        ...