May 20, 2015 android as configuration gradle optimise speed studio up Android - More Speed up Building with Gradle In my previous post I described one thing you can easily do to improve the build speed, namely enabling the gradle daemon. In the meantime,
Apr 16, 2015 android codeiris conflict groovy plugin studio Fix CodeIris plugin in Android Studio TL;DR: For the combination of AS 1.2beta and CodeIris 1.13 beta, go to your .AndroidStudioPreview12/config/plugins/CodeIris-Idea/lib and remove your
Apr 7, 2015 android app colour material palette Material Palette Resources Today I wanted to change the colours of my app (still in alpha). Since I want to be material, I went looking for material links.
Apr 2, 2015 android asyncthread execute toast Better Toast in Android In my previous post, I've presented a Toast solution via a Handler and a Runnable. While that solution was a nice one and
Mar 16, 2015 android as disposed error event input receiver studio Attempted to Finish an Input Event ... ... but input event receiver has already been disposed. This is the error I got while trying to do something off a menu in Android. Silly