-
BaiduMap_AndroidSDK_v3.6.0_All
百度地图历史版本 BaiduMap_AndroidSDK_v3.6.0_All(BaiduMap_AndroidSDK_v3.6.0_All)
- 2021-01-09 18:08:51下载
- 积分:1
-
二维码插件
二维码插件,Zbar二维码扫描插件,相比于其它二维码扫描插件而言,代码简洁,扫码速度更快,集成在android、codova、以及Java中......
- 2022-02-27 00:47:22下载
- 积分:1
-
Android自动开关机实现
Android自动开关机实现 Android自动开关机实现 Android自动开关机实现
- 2022-03-18 16:24:05下载
- 积分:1
-
ocr光字符识别
ocr光字符识别
- 2013-05-10下载
- 积分:1
-
Android OnClickListener监听接口用法范例
Android OnClickListener监听接口用法范例,基础级的例子,
Button button = (Button) findViewById(R.id.Button01);//获取屏幕中的按钮控件对象
button.setOnClickListener(//为按钮对象添加OnClickListener接口实现
//OnClickListener为View的内部接口,其实现者负责监听鼠标点击事件
new View.OnClickListener(){
public void onClick(View v){
LinearLayout ll=(LinearLayout)findViewById(R.id.lla);//获取线性布局对象
String msg=LinearActivity.this.getResources().getString(R.string.button);
Button tempbutton=new Button(LinearActivity.this);//创建一个Button对象
tempbutton.setText(msg+(++count));//设置Button控件显示的内容
tempbutton.setWidth(80);//设置Button的宽度
ll.addView(tempbutton);//向线性布局中添加View
System.out.println("========= count"+count);
- 2023-05-27 15:00:04下载
- 积分:1
-
Android_Communication_design
andriod通信设计的硕士论文。清华大学论文。非常详细。嵌入式设计必备资料。(andriod communication design master' s thesis. Tsinghua University thesis. Very detailed. Essential information embedded design.)
- 2011-09-30 23:45:37下载
- 积分:1
-
SlideUnlock
基于java代码的SlideUnlock源码,是一个android滑动锁屏的例子,编写android界面划动效果比较有用的价值源码(Java code based on the SlideUnlock source code, is a Android lock screen example, value source code written in Android interface paddling effect more useful)
- 2014-10-07 11:18:23下载
- 积分:1
-
Android UVC Demo
应用背景在Android使用USB Camera。前提是Android里有完整的UVC驱动。插上Camera后,如果能识别到/dev/video0,基本上就能用上面的Demo进行预览。亲测可用关键技术
Android UVC
Android UVC JNI
- 2022-03-03 07:44:36下载
- 积分:1
-
android 滑动分页 例子源码下载(横向滑动)
android 滑动分页 例子源码下载(横向滑动)
- 2015-04-22下载
- 积分:1
-
安卓简单蓝牙打印在热敏打印机上
这是我的项目是为安卓工作室转换的日食。蓝牙打印机使用不同功能的简单逃脱X330收据打印,如粗体字体,打印一维条码的例子和更多。这个项目只允许使用蓝牙,所以对客户非常友好。一个挑战是仍就是X330印刷位图图像。
- 2022-05-05 20:00:09下载
- 积分:1