您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Android例子源码仿微信朋友圈图片浏览器

  2. 类似微信朋友圈相片浏览,可以左右滑动,可以双击放大,捏拉放大 PhotoView 图片缩放:支持双击缩放,手指捏拉缩放 https://github.com/chrisbanes/PhotoView Universalimageloader 图片下载缓存库 https://github.com/nostra13/Android-Universal-Image-Loader
  3. 所属分类:Android

    • 发布日期:2014-11-08
    • 文件大小:1mb
    • 提供者:zjwzwn
  1. universal-image-loader-1.8.6-with-sources.jar

  2. 这个图片异步加载并缓存的类已经被很多开发者所使用,是最常用的几个开源库之一,主流的应用,随便反编译几个火的项目,都可以见到它的身影。
  3. 所属分类:Android

    • 发布日期:2014-12-05
    • 文件大小:227kb
    • 提供者:heyuchang666
  1. Android-Universal-Image-Loader-master

  2. Android-Universal-Image-Loader-master,是一款方便的操作图片的工具。github的下载地址:https://github.com/nostra13/Android-Universal-Image-Loader
  3. 所属分类:Android

    • 发布日期:2015-04-15
    • 文件大小:3mb
    • 提供者:yas56400772
  1. ImageLoader资源

  2. 本着学习的目的,收藏一下大神的开源库。地址来源:https://github.com/nostra13/Android-Universal-Image-Loader.git
  3. 所属分类:Android

    • 发布日期:2016-07-04
    • 文件大小:2mb
    • 提供者:zxwei09
  1. universal-image-loader-1.9.5最新版本

  2. Android Studio universal-image-loader-1.9.5 最新版本 import com.nostra13.universalimageloader https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/downloads/universal-image-loader-1.9.5.jar
  3. 所属分类:Android

    • 发布日期:2017-11-21
    • 文件大小:137kb
    • 提供者:foxmishy
  1. Android代码-AspectJ-Android-Example

  2. AspectJ Android Example Dependency https://github.com/uPhyca/gradle-android-aspectj-plugin https://github.com/nostra13/Android-Universal-Image-Loader http://www.eclipse.org/aspectj/ Running You can open the project with Android Studio and run or Run
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:121kb
    • 提供者:weixin_39840650
  1. Android代码-guolingfa安卓版

  2. GuoBlog http://www.guolingfa.cn 个人博客APP 截图 下载 火速跳转 开源项目说明 > SwipeBackLayout Link: https://github.com/ikew0ng/SwipeBackLayout License: Licensed under the Apache License, Version 2.0 (the "License"); > Android-Universal-Image-Loader Link: https:
  3. 所属分类:其它

  1. Android开发中ImageLoder进行图片加载和缓存

  2. 图片处理类: package com.longfei.admin.imageloder_text; import android.app.Application; import android.graphics.Bitmap; import android.os.Environment; import com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache; import com.nostra13.univers
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:53kb
    • 提供者:weixin_38687648
  1. Android ListView实现ImageLoader图片加载的方法

  2. 本文实例讲述了Android ListView实现ImageLoader图片加载的方法。分享给大家供大家参考,具体如下: 最近一直忙着做项目,今天也是忙里偷闲,想写篇博客来巩固下之前在应用中所用的知识。之前我们可能会也会肯定遇到了图片的异步加载问题,然而我们也可能会遇到图片二次或多次加载,这是ListView的特性造成的,具体原因不在这里讨论,又或者是OOM等问题。今天要讲的是一个开源框架Imageloader,个人觉得非常的好用。 该框架在github的地址。https://github.co
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:75kb
    • 提供者:weixin_38687505