-
android 360度全景查看 实例源码下载
android 360度全景查看 实例源码下载
- 2015-03-08下载
- 积分:1
-
Android二维码扫描功能源码
资源描述
Android二维码扫描功能源码,最近要做一个二维码扫描登录功能,二维码扫描,现在将源码分享出来 ,供大家学习参
考@二维码扫描(Android),是手机世界推出的一款安卓平台免费软件,具有识别商品条形码和二维码的功能,在进销
存管理、二维码生成方面也相当优秀。通常被用于条码扫描、资源扫描下载、火车票扫描、地税发票扫描等。
- 2022-04-14 16:10:50下载
- 积分:1
-
gffgujytyfgvgkh
上面的转接板支持10针插脚以及22个0.5毫米和24个0.4毫米插脚。它有一个内置的升压转换器,用于产生由mcu的pwm控制的各种led电源电压。它有一个感应引脚,允许您测量背光电流,并通过改变pwm占空比进行相应调整。
- 2022-01-26 07:17:16下载
- 积分:1
-
android多线程断点下载
android多线程断点下载
示例代码
package com.smart.activoty.download;
import java.io.File;
import android.app.Activity;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.TextView;
import android.widget.Toast;
import com.smart.impl.SmartDownloadProgressListener;
import com.smart.impl.SmartFileDownloader;
public class SmartDownloadActivity extends Activity {
private ProgressBar downloadbar;
private EditText pathText;
private TextView resultView;
private Handler handler = new Handler(){
@Override//信息
public void handleMessage(Message msg) {
switch (msg.what) {
case 1:
int size = msg.getData().getInt("size");
downloadbar.setProgress(size);
float result = (float)downlo
- 2022-09-04 09:45:03下载
- 积分:1
-
android平台语音聊天机器人
android平台的语音聊天助手源码,采用图灵api实现智能聊天,嵌入讯飞语音云SDK,实现语音识别和语音合成,编译成的apk已经在各大应用市场上线,可以搜索“小威机器人”下载体验,
- 2023-07-18 01:55:04下载
- 积分:1
-
IPC
安卓系统中进程通信的例程,利用IPC机制进行服务端与客户端的进程通信(Andrews in the process of communication routines, the use of the IPC mechanism to carry out the process of communication services and the clients)
- 2012-07-12 15:45:36下载
- 积分:1
-
Android例子源码支持实时摄像头滤镜的GPUImage
应用背景Android例子源码支持实时摄像头滤镜的GPUImage关键技术Android,GPUimage过滤器,实现各种各样图像滤镜(图像处理)效果,多达50多种效果,基本囊括了最常见的图像处理效果。包括:contrast,hue,gamma,brightness,sharpness,emboss,saturation,exposure,shadow,blend等等。
- 2023-05-05 18:40:03下载
- 积分:1
-
TAB DEMO
Android TAB DEMO源代码,可以直接使用到项目中...
....
.....
....
....
- 2022-12-12 18:45:04下载
- 积分:1
-
LanguageApp_Sodino
Android中不同语言的切换功能,比如英文和越南文之间的切换。UI界面上的文字随着语言的切换就改变为相应的文字(Android different language switching functions, such as switching between English and Vietnamese. UI interface on the text with the language switch is changed to the corresponding text)
- 2012-10-10 10:40:34下载
- 积分:1
-
客户端首页广告栏位循环 并支持点击
客户端首页广告栏位循环 并支持点击
- 2015-01-19下载
- 积分:1