Skip to content

Instantly share code, notes, and snippets.

View VivekNeel's full-sized avatar
🎯
Focusing

Vivek_Neel VivekNeel

🎯
Focusing
View GitHub Profile
@VivekNeel
VivekNeel / ResourceUtil.java
Created May 15, 2017 10:55
A resource util component to be used everywhere. Just inject and start using
package in.justickets.android.util;
import android.app.Application;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import android.support.annotation.DrawableRes;
import android.support.annotation.StringRes;
import android.support.v4.content.ContextCompat;
@VivekNeel
VivekNeel / DummyClass.java
Last active May 5, 2017 10:48
Sample Gist
public class DummyClass{
public static void main(String[] args){
// to do : not to do anything
}
}