
Android_多媒体
多媒体
pre_eminent
这个作者很懒,什么都没留下…
展开
-
android_110_SurfaceView
效果: 思路: ##核心的类 1 SurfaceView 展示电影的屏幕 内部双缓冲机制 显示界面的效率非常快 对内存和cpu的开销非常大的(当不可见的时候,回收) A 加载数据 显示界面 B 显示界面 加载数据 2 SurfaceHolder 展示电影的内容 3 Thread 工作人员 >需要满足...原创 2017-02-03 15:37:05 · 386 阅读 · 0 评论 -
android_69_camera_videoCapture
效果: 清单: 布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...原创 2017-01-11 20:31:51 · 1304 阅读 · 0 评论 -
android_68_vitamio_videoView
github地址: https://github.com/yixia/VitamioBundle 使用步骤: 第1步:导入 vitamio_lib 第2步: 右键,android tools ---> fix project properties 第3步: 如果需要,就更改target 进入project.prop...原创 2017-01-11 17:57:43 · 404 阅读 · 0 评论 -
android_67_musicPlayer
效果: 清单: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sg31.musicplayer" android:versionCode=...原创 2017-01-11 15:36:12 · 316 阅读 · 0 评论 -
android_66_girl_dress_up
效果: 清单: 布局: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" ...原创 2017-01-11 10:56:54 · 967 阅读 · 0 评论 -
android_65_简易画画板
效果: 清单: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sg31.draw" android:versionCode="1" a原创 2017-01-11 10:46:43 · 363 阅读 · 0 评论 -
android_64_drawBitmap_canvas_matrix
效果: 平移: 缩放: 旋转: 镜面: 倒影: 清单:(权限) <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/...原创 2017-01-11 10:16:04 · 530 阅读 · 0 评论 -
android_62_大图片处理
使用adb push sg.png /mnt/sdcard/ 命令将文件送入sd卡 adb devices adb bash chmod 777 fileName 效果: 清单: 权限 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:andr...原创 2017-01-11 09:01:55 · 297 阅读 · 0 评论 -
android_63_drawBitmap_canvas
效果: 清单:(权限) <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.sg31.drawpicture" a...原创 2017-01-11 09:54:52 · 309 阅读 · 0 评论