自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Matrix and ImageView

[code="java"] imageView.getImageMatrix() float[] values = new float[9]; matrix.getValues(values); matrix.getValues(values); float mtrans_x = values[Matrix.MTRANS_X];//左上顶点X坐标 float mtrans_y = ...

2011-03-28 18:23:15 137

原创 Working with the Android Calendar

Working with the Android Calendar December 14, 2009 By Lauren Darcey,Shane Conder Bio » Send Email » More Articles » Introduction Android handsets ship with a built-in Calendar appl...

2011-03-28 14:38:01 178

原创 Writing code that captures videos on Android

http://integratingstuff.com/2010/10/18/writing-code-that-captures-videos-on-android/ Writing code that captures videos on Android 18/10/2010 BY STEFFEN LUYPAERT 5 COMMENTS Although the Go...

2011-03-24 22:21:59 165

原创 Record video

[code="java"] import java.io.IOException; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.hardware.Camera; import android.hardware.Camera.S...

2011-03-24 21:10:27 1239

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除