-
android 热键插拔例子源码
Android的热插拔监听源代码,可以用来监听耳机之类的热插拔事件发生
- 2014-09-25下载
- 积分:1
-
步进电机的正反转控制代码
步进电机的正反转控制代码:程序是这样的,用的四相单四拍驱动,(1)为步进电机的正反转控制基本代码,2、3、4程序,当按键按下才有完整的反转
而按键不按下的时候,步进电机正转只是在一小段角度里面来回转动
- 2022-03-21 00:53:57下载
- 积分:1
-
与SQL数据库Android接触
应用背景与SQL数据库实现了Android的接触。添加,编辑,删除,以及任何你想要的。只是探索和改进这个应用程序。关键技术技术的关键是使用SQL数据库,表观接触,并建立由Eclipse或者Android的工作室等。
- 2023-02-10 00:05:04下载
- 积分:1
-
android iperf 源码
android iperf 源代码,
iPerf for Android Android_com.magicandroidapps.iperf
iPerf is a commonly used network testing and performance measurement tool. This app is intended for those who are familiar with the use of iPerf. For details and a tutorial, see my website. This app will not be useful unless you have a second phone or computer to use as an iPerf client/server.Great for testing Wifi!
- 2022-03-18 04:26:14下载
- 积分:1
-
Android蓝牙自动匹配程序
这是一个程序包,里面有蓝牙自动匹配程序的源代码。用处是用于之前已经匹配的蓝牙设备。在android程序里,如果让程序自动以0000的PIN码 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-20 02:59:28下载
- 积分:1
-
android
说明: 使用Eclipse和java语言实现Android物联网开发(Implementation of Android Internet of Things Development with Eclipse and Java Languag)
- 2019-06-18 09:17:19下载
- 积分:1
-
location_jiankong
android 位置监控,让别人可以得到自己的位置,也可以自己查看地图(android position monitoring, so that others can get their own location, you can see for yourself map)
- 2013-08-31 17:33:55下载
- 积分:1
-
Android实现按回车确认键显示其它输入框的EditText
Android实现按回车确认键显示其它输入框的EditText,在正常状态下,其它部分的EditText是灰色的,当按下回车键后,高亮显示进入输入状态,相关代码可参考如下代码:
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
editTexts[0] = (EditText) findViewById(R.id.edittext1);
editTexts[1] = (EditText) findViewById(R.id.edittext2);
editTexts[2] = (EditText) findViewById(R.id.edittext3);
for (int i = 0; i < editTexts.length; i++)
editTexts[i].setOnKeyListener(this);
buttons[0] = (Button) findViewById(R.id.button1);
buttons[1] = (Button) findViewById(R.id.button2);
buttons[2] = (Button) findViewById(R.id.button3);
}
- 2022-03-26 11:46:37下载
- 积分:1
-
安卓文件浏览器的dEMO
其实现的功能是,利用线程搜索某个文件夹下的所有文件,还可以以精确或模糊搜索文件和文件夹,其工作都是在线程中进行的,不影响当前操作。为了增强实用性,对于指定的文件可以有打开文件和打开文件所在的目录两种操作。本来想增加移动和复制操作,但是感觉有点画蛇添足,就作罢了
- 2022-10-16 16:20:03下载
- 积分:1
-
android
android无线订餐源码 android无线订餐源码
android无线订餐源码 android无线订餐源码(android wireless ordering source)
- 2014-11-06 14:49:17下载
- 积分:1