CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ImageView

搜索资源列表

  1. psdformater.tar

    0下载:
  2. 解析Photoshop源文件(.psd),并将图像数据转换为Android SDK中的Bitmap对象。 基于开源项目“java-psd-library”修改 原项目位置:http://code.google.com/p/java-psd-library/ 示例: File psdFile = new File("/sdcard/11.psd") try { Psd psd = new Psd(psdFile) imageView.setImage
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:1080256
    • 提供者:wjh
  1. mythreadtest

    0下载:
  2. 多线程下载图片,缓存到本地并读出显示。这里起了三个线程下载。因为看到网上说的多线程都是异步下载,于是自己写了一个。-Multi-threaded download pictures, cached on the local and display on a ImageView.
  3. 所属分类:android

    • 发布日期:2017-12-05
    • 文件大小:58876
    • 提供者:lizhizheng
  1. CameraTest

    0下载:
  2. Android 调用本地相机拍照得到清晰照片并显示在ImageView中。-Android call local camera to get clear photos and displayed in the ImageView.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-20
    • 文件大小:758845
    • 提供者:草儿
  1. getimage

    0下载:
  2. 新手学习教程:在ImageView中显示加载sd中的图片-Novice learning tutorial: in ImageView shows loading the image in the sd
  3. 所属分类:android

    • 发布日期:2017-11-28
    • 文件大小:818557
    • 提供者:wangz
  1. MyImage

    0下载:
  2. 自定义ImageView实现放大缩小,移动-Custom ImageView zoom, move
  3. 所属分类:android

    • 发布日期:2017-11-15
    • 文件大小:2743049
    • 提供者:Dragon
  1. moage_Android_ImageView

    0下载:
  2. moage Android ImageView图片循环跑马灯效果源码-the the moage Android ImageView picture cycle Marquee effect source
  3. 所属分类:android

    • 发布日期:2017-11-07
    • 文件大小:591882
    • 提供者:王强
  1. IamgeTranslat

    0下载:
  2.  ImageView 图片循环跑马灯的效果,这是比较常遇到的一个图片效果,用手就可以控制图片滚动-The ImageView the picture circulating Marquee effect which is more frequently encountered in a picture effect, hand can control the picture scroll
  3. 所属分类:android

    • 发布日期:2017-12-01
    • 文件大小:190554
    • 提供者:pudn1357
  1. ImageView

    0下载:
  2. 图象处理程序,包括对图像基本操作,点运算和区域运算。-Image processing procedures, including the basic operation of the image, point operation and regional operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1968900
    • 提供者:王鹏
  1. Android_shiwutixing

    0下载:
  2. 事物提醒功能源码 事物提醒功能源码-package com.cn.daming import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:876228
    • 提供者:魏神莫
  1. LedClock

    0下载:
  2. 此系统是在android开发环境中实现的一个液晶时钟的桌面组件,程序每隔一秒更新一次程序界面上的6个ImageView,显示当前小时、分钟、秒钟-This system is android development environment to achieve an LCD clock desktop components, the program updates every second program interface on 6 ImageView, displays the curren
  3. 所属分类:android

    • 发布日期:2017-11-20
    • 文件大小:1137738
    • 提供者:刘云
  1. imageView

    0下载:
  2. android image view类 的使用示例demo 适合新手用! -android image view class use the sample demo for novices to use!
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:239325
    • 提供者:施敏
  1. MyImageView

    0下载:
  2. 一个简单的android demo实例,可以在布局文件实现Imageview效果-A simple android demo instance, you can achieve Imageview effect in layout files
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:1301630
    • 提供者:lujie
  1. TouchActivity

    0下载:
  2. 触屏触摸活动测试代码,声明ImageView变量,声明相关变量作为存储图片宽高,位置使用,声明存储屏幕的分辨率变量,取得屏幕对象,取得屏幕解析像素,通过findViewById构造器创建ImageView对象,将图片从Drawable赋值给ImageView来呈现,当点击ImageView,还原初始位置,取得手指触控屏幕的位置,覆盖触控事件,防图片超过屏幕的相关处理,防止屏幕向右超过屏幕,以setLayoutParams方法,重新安排Layout上的位置,以setLayoutParams方法,重
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:627221
    • 提供者:胡志冰
  1. ImageSwither

    0下载:
  2. 一款ImageView的显示方法,可以触摸滑动,对初学者来说是一个很好的Demo-A display method of the ImageView can touch sliding, for beginners is a good Demo
  3. 所属分类:android

    • 发布日期:2017-04-10
    • 文件大小:2054784
    • 提供者:张的
  1. ImageTest

    0下载:
  2. andoird imageView 支持双击放大和缩小
  3. 所属分类:android

    • 发布日期:2017-05-12
    • 文件大小:3035133
    • 提供者:徐鹏飞
  1. camera

    0下载:
  2. main ImageView is can be runable
  3. 所属分类:JavaScript

    • 发布日期:2017-05-13
    • 文件大小:3242654
    • 提供者:潘海
  1. ImageView

    0下载:
  2. 一个基于安卓平台的自动浏览图片软件,相当于一个图片跑马灯-An automatic scan image software, based on the android platform is equivalent to a picture entertaining diversions
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:190704
    • 提供者:bxz
  1. RotateImageView

    0下载:
  2. A ImageView which can rotate it s content for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1177
    • 提供者:wiumiuding
  1. DragImageView

    0下载:
  2. android 自定义ImageView实现图片手势滑动,多点触摸放大缩小效果(仿腾讯,新浪),这里面实现多少会有不足之处,大家在运用的时候根据需求自行调整,大多都是多数图片左右切换实现,这个大家可以自定义ViewGroup或者重写控件实现.-android custom ImageView achieve picture slide gestures, multi-touch zoom effect (Imitation Tencent, Sina), there will be inadeq
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:159888
    • 提供者:
  1. PhotoView-master

    0下载:
  2. Android代码,实现ImageView非常流畅的点击效果, 双击放大, 双击缩小, 以及多点触摸 放大缩小功能,在放大缩小的同时有回弹的效果。同时还实现了 多个photo 滑动翻页的viewpager效果. Appdol代码库测试,适用于Android 1.6 and up-Android code to achieve the effect of ImageView very smooth clicking, double zoom, double narrow, and multi-to
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:682341
    • 提供者:anxianjie
« 1 2 3 4 5 67 8 9 10 »
搜珍网 www.dssz.com