搜索资源列表
GIFproject.rar
- ANDROID系统程序源码,GIF动画图片DECODE,JAVA编写,实例可运行,ANDROID source system procedures, GIF animation picture DECODE, JAVA development, examples can be run
Gifchanger
- S60手机端生成gif动画,由八神网雨中彩虹开发,编写语言为pys60- S60 mobile terminal to generate gif animation, rain, rainbow by Yagami network development, the preparation of language pys60
GIF_Animation
- This Java sample demonstrates sample Midlet application for GIF Animation in games.
Gif
- 在android平台上播放gif动画的简单实现的例子程序,大家可以参考.- Broadcasts the example procedure which in the android platform the gif animation realizes simply, everybody may refer.
animationtest
- andorid gif动画的动态播放,随时间的改变重写画布信息。-andorid gif animation, dynamic player, change over time rewriting canvas information.
gif_demo
- android gif 动画的实现,有两中方法:一个是点击播放,一个是用ProgressBar自动播放-android gif animation to achieve, there are two ways: one is to click the play, a player is automatically ProgressBar
project-GIF
- 一个Android里事先显示GIF动画,源码项目,稍改动即可运行.-Android in a pre-display GIF animation, source project, a little modification to run.
test
- 用symbian自带的类实现 gif图片的解码,并绘制动画。-Symbian that comes with the gif image class that implements the decoding and rendering animation.
J2ME
- J2ME 50例 源码 1、HelloWorld 2、MyCartoon GIF动画显示 3、MyWav 声音控制播放 4、FormItems 窗体控件 5、Puzzle 6、Plane 7、MMRpg 8、Tank 9、Optimize-J2ME 50 example source 1, HelloWorld 2, MyCartoon GIF animation 3, MyWav audio playback control 4,
Android-(animation-study)
- 要研究Android中的三种动画,第一种是单个View的各种动画效果,第二种是两个Active切换时的动画效果,第三种是类似于Gif的Frame By Frame动画效果,其中View的各种动画包括在xml文件中定义和代码中定义两种方式。-To study the three kinds of animation in Android, the first single View, a variety of animation effects, the second switch when th
gifPlayer
- gif格式的图片播放器,比较实用,在处理图片的时候可以当做动画使用-gif image format player, more practical in the processing of the pictures can be used as animation
789675864
- 从GIF动画创建一个动态UIImages 对象,精选ios编程学习源码,很好的参考资料。-To create a dynamic UIImages objects from the GIF animation, selection of learning IOS programming source code, a good reference.
GifTest
- 在android开发过程中需要使用动画效果,提供gif播放的源码供大家参考-In android development needs to use animation effects, offering GIF source for your reference!!!!
PowerImageViewTest
- Android中的PowerImageView测试例子源代码,PowerImageView是一个经过扩展的ImageView,它不仅继承了ImageView原生的所有功能,还加入了播放GIF动画的功能。例子代码包括了PowerImageView构造函数, 完成所有必要的初始化操作,通过Java反射,获取到src指定图片资源所对应的id。-The PowerImageView test Android source code examples, PowerImageView is an
gifviewdemo
- Android GifView Demo源码,gif解码观察者代码,本类可以显示一个gif动画,其使用方法和android的其它view(如imageview)一样。如果要显示的gif太大,会出现OOM的问题。解码过程中,Gif动画显示的方式,如果图片较大,那么解码过程会比较长,这个解码过程中,gif如何显示: @param parseStatus 解码是否成功,成功会为true @param frameIndex 当前解码的第几帧,当全部解码成功后,这里为-1-Androi
animationList
- 在Android 中是不支持直接使用Gif 图片关联播放帧动画。本例使用Android 提供的另外一种解决的办法,就是使用AnimationDrawable 这一函数使其支持逐帧播放。-In Android does not support direct playback using the Gif images associated frame animation. This example is another solution provided by the use of Android,
GifViewDemo
- 自定义播放gif格式的图片功能,该项目实现了Android自定义播放gif格式的图片,可以通过点击点击屏幕控制动画播放,希望能够帮到学习android开发的朋友。-Custom playback functions in GIF format pictures, the project realized Android custom play GIF format images, can through the click click the screen to control the anim
yibome-yibo-android
- YiBo聚合微博源码是一款专为Android用户打造的聚合型微博客户端,下面是官方对本项目功能的一些介绍: 一键同步所有帐号,支持新浪、腾讯、搜狐、网易和饭否微博平台; 即拍即传,方便的拍照功能,记录生活点滴,享受快乐微博 丰富的媒体支持,包含多平台的表情,PNG、JPG以及GIF动画等; 最新微博、评论和私信自动提醒功能,支持微博和用户搜索 精巧的缓存设计,Gzip通信压缩,大大减少手机流量,提高阅读体验 支持3G、WIFI、CMNET和CMWAP等各种网络类型接
MyMusicPlayer
- 简单的音乐播放器源码是一个简单的音乐播放器,含歌词显示,歌曲列表显示,gif动画显示,专辑信息显示,蓝牙分享,短信分享,删除歌曲和摇一摇切歌等功能,在音乐播放界面往左滑会出现歌词界面,右划有一只吊炸天的狗,因为是gif所以截出来效果不怎么好,可以自己运行项目看一下,看到这只狗就有一股莫名的喜感。在音乐列表界面长按歌曲名可以出现分享歌曲和删除歌曲按钮,项目结构简单,源码有丰富的注释,可读性非常好,想要学习的同学可以借鉴一下,默认编译版本2.3.3 编码UTF-8。不过项目对多线程的处理有点不妥,如