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...
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...
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...
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...
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...
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...
Issue: “Using setJavaScriptEnabled can introduce XSS vulnerabilities into you application review carefully”. Android Lint returns you the above warning whenever you enable JavaScript by calling setJavaScriptEnabled(true) method on the WebSettings...
Before getting into the action bar and Contextual Action bar concept and coding for it, let me take you through the concept of 2 ways to show contextual actions: 1....