BREAKING:

Android Developer Days – Talk & Experience

May 16th-17th, 2014 were the dates to remember. I really enjoyed my time at ADD by delivering talks in ADD Ankara and ADD Istanbul, and also had fun with fellow GDG Organizers and speakers. Invitation to deliver talk Long journey towards ADD was actually started with Murat Aydin‘s invitation mail to me and Uttam Tripathi. […]

Read More

Be a lazy but a productive android developer – Part 6 – Staggered GridView

Welcome to the part 6 of “Be a lazy but a productive android developer” series. If you are a lazy android developer and looking for a library and there by a ready made code 🙂 for displaying Staggered GridView in your android application then this article is gonna interesting for you! This series so far: […]

Read More

Be a lazy but a productive android developer – Part 5 – Image loading library

Welcome to the part 5 of “Be a lazy but a productive android developer” series. If you are a lazy android developer and looking for image loading library, which could help you to load image(s) asynchronously without writing a logic for downloading and caching images then this article is for you. This series so far: […]

Read More

Be a lazy but a productive android developer – Part 4 – Card UI

Welcome to the part 4 of “Be a lazy but a productive android developer” series. If you are lazy android developers for creating row items for ListView/GridView but would want to create an awesome ListView/GridView in easy steps then this article is for you. This series so far: Part 1: We looked at RoboGuice, a […]

Read More

Be a lazy but a productive android developer – 3 – JSON Parsing library

Welcome to the part 3 of “Be a lazy but a productive android developer” series. If you are lazy android developers for JSON parsing but want to be a productive by using JSON parsing library then this article is for you. This series so far: Part 1: We looked at RoboGuice, a dependency injection library […]

Read More

Be a lazy but a productive android developer – Part 2 – Genymotion

In previous article, we have explored about dependency injection and RoboGuice library. Today I would want to talk about a tool which is found a great for the testing and development. I have been developing android since 1.5 🙂 and I have seen days and nights of Android and its emulator speed but yes I […]

Read More

Be a lazy but a productive android developer – Part 1- RoboGuice

I am sure you might be wondering and thinking about the title of the post :), but yes the title is perfectly suits best to developers, as far as I know we android developers are lazy in writing code like findViewById(), click listeners, etc. so how can we optimize throughput time for writing business logic […]

Read More