- 博客(3)
- 收藏
- 关注
转载 Android开发:三种实现定时器的方法
方法一:Handler+Thread[java] view plaincopypackage com.xunfang.handerDemo; import android.app.Activity; import android.os.Bundle; import android.os.Handler; imp
2014-05-20 09:28:02
451
原创 Android开发: 使用bundle封装、传递bitmap
Bitmap bitmap = null;Intent intent = new Intent();Bundle bundle = new Bundle();bundle.putParcelable("bitmap", bitmap);intent.putExtra("bundle", bundle);bitmap已实现了Parcelable接口
2014-05-20 09:24:37
5186
2
原创 Android开发:对VA文件根据时间点截取关键帧并转化为Bitmap
public void getBitmapsFromVideo() { String dataPath = Environment.getExternalStorageDirectory()+ "/testVideo.mp4"; MediaMetadataRetriever retriever = new MediaMetadataRetriever(); retriever.setDa
2014-05-20 09:19:13
563
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人