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...
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....
Feeling good to be back at blog :). Actually I have been managing GDG Ahmedabad, delivering android talks and managing workshops locally and outside my regions. Last month, I was...
I am not sure whether you have heard “Volley” word yet but it’s the library on which one expert talk was delivered during Google I/O 2013 by Ficus Kirkpatrick. What...
There are many cases when we have requirement and need to clone Git repository, at that time we have to clone repository by using Git Client, FYI I have installed...