推荐
专栏
教程
课程
飞鹅
本次共找到1369条
android拍照
相关的信息
Wesley13
•
3年前
android ContextMenu 上下文菜单示例
ch2\_contextmenu.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_p
公众号:码农乐园
•
3年前
Android 自学必备网站
一,Android自学网站给Android自学者朋友推荐几个自学网站:1.AndroidDevelopers作为一个Android开发者,官网的资料当然不可错过,从设计,培训,指南,文档,都不应该错过,在以后的学习过程中慢慢理解体会。网站:https://developer.android.com/2.Android专业中文社区Android专业
Wesley13
•
3年前
android WebView 使用实例
主布局文件:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_parent"
Wesley13
•
3年前
android Notification 状态栏通知使用示例
ch7\_notification.xml:<?xmlversion"1.0"encoding"utf8"?<LinearLayoutxmlns:android"http://schemas.android.com/apk/res/android"android:layout_width"match_
Stella981
•
3年前
Linux下使用V4L2读取获取拍照(获取静态图像)
include<linux/videodev2.h1\.打开设备 int fd open("/dev/video0", O_RDWR);2\.查询设备属性 struct v4l2_capability cap; ioctl(fd, VIDIOC_QUERYCAP, &cap);
Stella981
•
3年前
LISTVIew 加分割线
分割线样式文件:<?xmlversion"1.0"encoding"utf8"?<layerlistxmlns:android"http://schemas.android.com/apk/res/android"<item<
Stella981
•
3年前
OSChina 周一乱弹 —— 叶良辰到底是谁?
中秋节过完了,老实告诉小小编,你们的中秋节是不是这样过的?或者说你们的国庆节准备这样过呢?中秋外出旅游,在人群中用自拍杆自拍的你。via:痞人日记!(http://static.oschina.net/uploads/space/2015/0928/014048_BiX1_2306979.jpg)在你们忙着拍照的同时,也不要忘
Stella981
•
3年前
Gallery实现流畅的新闻滚动 方法复写
package com.ename.views;import android.content.Context;import android.util.AttributeSet;import android.view.KeyEvent;import android.view.MotionEvent;
Stella981
•
3年前
Android GridView 添加 HeadView
package com.example.test;import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.MotionEvent;i
Stella981
•
3年前
Android从相机或相册获取图片裁剪
package com.only.android.app; import java.io.File; import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterfa
1
2
3
4
•••
137