Android and the Seven Dwarfs by Murat Yener
Android is a great and terrific OS. Java based programming environment has offered an easy learning curve, great adaptation but also brought its own pitfalls and problems. The httpclient shipped with android is buggy and outdated, Java's programming model does not encourage developers to use separate threads for non-ui related tasks, use of anonymous inner classes for listeners create a burden and ugly code and of course this list goes on. This talk will focus on seven great opensource libraries which do fix Android's programming model, the way jquery fixes javascript. The libraries below will be covered with example code, advantages, disadvantages, internals and when to use them. Doc: Butterknife Sneezy: Dagger Bashful: Volley/OkHttp Sleepy: GreenBus/Otto Dopey: GreenDao/OrmLite Happy: Priority-JobQueue Grumpy: Retrofit