-
Android二维码扫描功能源码
资源描述
Android二维码扫描功能源码,最近要做一个二维码扫描登录功能,二维码扫描,现在将源码分享出来 ,供大家学习参
考@二维码扫描(Android),是手机世界推出的一款安卓平台免费软件,具有识别商品条形码和二维码的功能,在进销
存管理、二维码生成方面也相当优秀。通常被用于条码扫描、资源扫描下载、火车票扫描、地税发票扫描等。
- 2022-04-14 16:10:50下载
- 积分:1
-
control
android常用的系统控件源码集,包括一些常用的界面控件的源码,比如菜单,单选按钮、按钮文字和背景的设置、带动画的按钮、按钮事件监听的实现、checkbox进行监听、EditText编辑框、单项选择、多项选择、Menu菜单、WebView使用等。(
android common set of source code control systems, including some commonly used interface controls the source, such as menus, radio buttons, buttons, text and background settings, with animated buttons, the button event listener implementation, checkbox for monitoring, EditText edit box, single choice, multiple choice, Menu menu, WebView and so on.
)
- 2012-01-06 00:35:56下载
- 积分:1
-
android 上传文件实例 附完整源码
简单的上传实例,适合初学者,一看就懂
- 2013-02-26下载
- 积分:1
-
ListView内嵌GridView
ListView内嵌GridView
- 2014-01-12下载
- 积分:1
-
android_capture
基于android手机的远程视频监控系统
有安卓手机端和pc服务器端
可以通过网络将手机摄像头捕捉到的数据传送到pc端以图片显示(Andrews mobile terminal and PC server-side remote video surveillance system based on android phone through the network to the mobile phone camera to capture the data transfer to the pc end display pictures)
- 2013-03-27 18:00:04下载
- 积分:1
-
android蓝牙与设备通信
资源描述package com.capitalbio.bluetoothlibs;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import java.util.Stack;
import java.util.TreeSet;
import java.util.UUID;
import android.annotation.SuppressLint;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.os.Handler;
import android.text.TextUtils;
import android.util.Log;
public class BluetoothService {
private String TAG = "BluetoothService";
private UUID mUUID = UUID
.fromString("00001101-0000-1000-8000-00805F9B34FB");
// .fromString("00001000-000
- 2023-06-26 10:20:04下载
- 积分:1
-
java 扫雷小游戏 源码下载
java 扫雷小游戏 源码下载
- 2014-08-11下载
- 积分:1
-
基于安卓的心率计
这是一款基于安卓系统的心率监测计。代码简单易懂。实现的功能也很强悍。利用摄像头识别,将手指头轻放到摄像头上就可以测心率会使用闪光灯识别的原理是分析心脏跳动时手指头的血液含量的变化引发的图像红色通道的数值变化
- 2022-03-11 00:44:46下载
- 积分:1
-
android画图实例源码下载
android画图
- 2015-03-07下载
- 积分:1
-
Android 自动翻页-文字自动换行的例子
Android 自动翻页-文字自动换行的例子,测试自动换行,设置文字自动换行,得到字符串的信息,通过绘制TextUtil:实现自动换行,包括:行数、页数等信息,内部调用,本源码演示了文字自动换行的同时,还告诉初学者,设置字体尺寸、显示文本的区域、背景颜色、字体颜色、要显示的字符串、 触笔事件、线程处理、绘制字符串、翻页等按键处理,在线程处理中,使用postInvalidate可以直接在线程中更新界面。
比较基础的例子了,相信Android新同学会喜欢这个源码。
- 2022-05-26 14:58:30下载
- 积分:1