Tuesday, July 21, 2015

EventBus with Volley in Android Application

Standard
Hello:

Developing De-coupled applications always helps in maintainability of the project. In android application development we use listener pattern using interfaces to handle callback. Though it gets the work done but with bigger projects this may result into maintainability issues.

Sunday, July 12, 2015

Seven must have libraries in any android application

Standard
Hello All:

Developing a stable and professional application requires discipline and better coding practices. Sometimes it turns out that re-inventing the wheel also leads to some issues which can be avoided by using external libraries.