All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.koushikdutta.urlimageviewhelper.Constants Maven / Gradle / Ivy

package com.koushikdutta.urlimageviewhelper;

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;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy