Back to project page UrlImageViewHelper.
The source code is released under:
Apache License
If you think the Android project UrlImageViewHelper listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.koushikdutta.urlimageviewhelper; /*from w w w . j a v a2 s . co m*/ public interface Constants { public static final String LOGTAG = "UrlImageViewHelper"; public static final boolean LOG_ENABLED = false; //set to True to enable verbose logging //set here and not in Build to maintain proper backwards compatibility public static final int HONEYCOMB = 11; }