搜索资源列表
android-bitmap
- Android 内存溢出问题分析及解决方案-Android memory overflow problem analysis and solution
android-graphics-App-
- Android 画图学习总结。 Android画图学习总结(一)类的简介 Android画图学习总结(二)Bitmap Android画图学习总结(三)Drawable Android画图学习总结(四)Animation Android画图学习总结(五)Paint -Android drawing study concluded. Android drawing study concluded (a) an introduction to Android drawing cla
android-canvas
- 详细的android画图学习资料和总结,包括bitmap,drawable,canvas,animation的详细说明-Detailed summary of android learning materials and drawing, including bitmap, drawable, canvas, animation detailed descr iption of the
Android-biji-_View-Canvas-bitmap
- android 位图的显示 及调用 主要讲View、Canvas、bitmap几个类-android bitmap display and call the main say View, Canvas, bitmap several classes
androidViedoToViedo
- 实现手机设备之间视频传输,有手机发送端,pc服务器端,手机接受端。可修改直接两台设备连接。但该程序流量很大,建议修改发送端压缩流量,方法——将bitmap压缩为jepg在传,而不是直接传yuv420sp-this is a project of android Vedio to vedio
3dtuku.xiaokeli
- ANDROID 圖片3D,Bitmap,gallery
Android-VieW-Canvas-bitmap
- BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStrea
ndkBmp2png
- 在android下移植了png库,实现在ndk层将一个BMP位图转换为PNG位图。java层代码仅做示例,ndk代码可以直接使用-Ported the android png library, a BMP bitmap in ndk layer will be converted to PNG bitmap. layer java code only as example, the the ndk code can be used directly
bitmap
- android 手机变成 bitmap练习示例-android phone into a bitmap practice example
psdformater.tar
- 解析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
0228
- Surface的一些基本的使用 Surface的一些基本的使用-import java.util.ArrayList import java.util.List import android.content.Context import android.graphics.Bitmap import android.graphics.BitmapFactory import android.graphics.Canvas import android.gr
afinal
- Afinal是一个android的ioc,orm框架,内置了四大模块功能:FinalAcitivity,FinalBitmap,FinalDb,FinalHttp。通过finalActivity,我们可以通过注解的方式进行绑定ui和事件。通过finalBitmap,我们可以方便的加载bitmap图片,而无需考虑oom等问题。通过finalDB模块,我们一行代码就可以对android的sqlite数据库进行增删改查。通过FinalHttp模块,我们可以以ajax形式请求http数据。详情请通过以下
PictureDemo
- Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解: 将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of me
CutPicture
- android下的图片拖拉裁剪功能,且将裁剪的图片存储到sdcard中-android ,touch move and cut bitmap ,save as sdcard
android-DisplayingBitmaps
- 它演示了如何有效地加载大位图在非主UI线程,缓存位图(无论是在内存和磁盘),管理内存位图和UI元素,如ViewPager和ListView/ GridView控件显示位图。-It demonstrates how to load large bitmaps efficiently off the main UI thread, caching bitmaps (both in memory and on disk), managing bitmap memory and displaying b
bitmap-plasma
- android平台提供的一个jni项目范例-A jni android platform provides sample projects
Bitmaptest
- Android里面一个图片处理工具类 很全的哦 你值得拥有-Android Bitmap Tools Android Bitmap Tools Android Bitmap Tools Android Bitmap Tools
UniversalImage
- Android-Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。所以,如果你的程序里需要这个功能的话,那么不妨试试它。因为已经封装好了一些类和方法。我们 可以直接拿来用了。而不用重复去写了。其实,写一个这方面的程序还是比较麻烦的,要考虑多线程,缓存,内存溢出等很多方面。-android bitmap
Wlt2BmpDemo
- android jni 将wlt图片转成bmp格式图片,支持32位armeabi架构手机(wlt convert to bitmap file ,only for armeabi)
BMW
- java实现图像二值化,eclipse开发环境,图片转成位图,再合成(Java realize two image value, eclipse development environment, the picture converted to bitmap, and then synthesized)