Skip to content

Instantly share code, notes, and snippets.

@nohitme
nohitme / log-method-paramters
Created December 5, 2014 21:59
Groovy Script for IntellJ LiveTemplates to generate log statement with method name and paramters
groovyScript("
def method = _1;
def arguments = _2;
if (_2.isEmpty()) {
return 'LOGGER.i(\"[' + method + ']\");';
};
@nohitme
nohitme / .gitignore
Last active August 29, 2015 14:05
.gitignore for Android projects with Gradle
# .gitignore for Android projects with Gradle
# APK files
*.apk
*.ap_
# Dalvik VM files
*.dex
# Java class files