Android Open Source - WebImageView Constants






From Project

Back to project page WebImageView.

License

The source code is released under:

MIT License

If you think the Android project WebImageView listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package com.rsv.config;
//from  w  ww.j ava  2 s .  co m
public class Constants {

  /**
   * Prop file(in the assets folder) name
   */
  public static final String ConfigFileName = "com.rsv.webimageview.config.properties";

  /**
   * Prop names
   */

  public static final String PropWebImageCacheSpaceInMB = "webImageCacheSpaceInMB";

  public static final String PropUseragentForImageLoader = "useragentForImageLoader";

  public static final String PropWebImageCacheStorage = "webImageCacheStorage";

  public static final String PropWebImageCacheDir = "webImageCacheDir";
  
  public static final String PropWebImageMemorySizeLimit = "webImageMemorySizeLimit";

  /**
   * Default prop values
   */

  public static final String DefaultUseragentForImageLoader = "Mozilla/5.0 (compatible; WebImageView/1.0; +https://github.com/rooseve/WebImageView)";

  public static final String DefaultWebImgCacheDir = "rsv_webimg_cache";
}




Java Source Code List

com.rsv.cache.BaseFileCache.java
com.rsv.cache.BaseMemCache.java
com.rsv.cache.LmtSizeMemCache.java
com.rsv.cache.LmtSpaceFileCache.java
com.rsv.comp.IProgressListener.java
com.rsv.comp.ImageLoader.java
com.rsv.config.ConfigReader.java
com.rsv.config.Constants.java
com.rsv.utils.FileUtils.java
com.rsv.utils.HttpClientUtils.java
com.rsv.utils.IOUtils.java
com.rsv.utils.ImgUtils.java
com.rsv.utils.LogUtils.java
com.rsv.utils.OSUtils.java
com.rsv.utils.StorageUtils.java
com.rsv.widget.WebImageView.java