-
android蓝牙调用的例子用来室内定位
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。1111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
- 2022-10-15 14:10:02下载
- 积分:1
-
android利用NDK调用USB摄像头视频显示
android显示USB摄像头视频显示 实现在Android下,USB-uvc摄像头的预览。 利用JNI实现,需要底层有uvc驱动(目前linux 2.6.26以后内核驱动都有支持)
- 2014-10-17下载
- 积分:1
-
android 按钮示例源码
android 按钮示例源码
- 2014-04-15下载
- 积分:1
-
android瀑布效果的实现
android版本的瀑布流实现案例,采用addview方式来实,实现比较简单,代码较少,简单易懂,不涉及AdapterView里的一些复杂View显示方法
- 2023-03-25 12:40:03下载
- 积分:1
-
android dlna 源码库下载
android dlna 源码库下载
- 2014-10-15下载
- 积分:1
-
android 仪表盘 示例源码
android 仪表盘 示例源码
- 2014-09-05下载
- 积分:1
-
个性化的移动搜索
它 s 按用户偏好的搜索它的有效方法是 impletemented 使用 lib svm 算法与朴素贝叶斯分类方法
- 2022-02-03 08:14:54下载
- 积分:1
-
dictionary
android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。(Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combined with Android to discuss how to implement a Android version of the English dictionary. A lot of ways to realize the English dictionary. In this paper, we use the SQLite to save the English word information. The system through the SQLite to save the word information to find the corresponding Chinese information with the specified english.)
- 2016-06-13 09:48:48下载
- 积分:1
-
高仿京东商城
高仿京东商城
高仿京东商城,希望对你有帮助
高仿京东商城,希望对你有帮助
- 2022-01-25 22:38:42下载
- 积分:1
-
Android使用Dialog制作popWindow气泡提示框
这是一个Android使用Dialog制作popWindow气泡提示框的源代码例子,气泡提示是主动弹出,您可以通过此源码学习制作气泡view、气泡dialog、气泡显示内容的自定义,获取屏幕的宽和高,一些初始化代码:
//设置TextView宽度
tvKnow.setMinWidth(tmpWidth);
tvBubContent.setMaxWidth(tmpWidth);
//以指定的样式初始化dialog
bubbleAlert = new Dialog(this,R.style.bubble_dialog);
Window win = bubbleAlert.getWindow();//获取所在window
LayoutParams params = win.getAttributes();//获取LayoutParams
params.x = -(SCREEN_WIDTH/8);//设置x坐标
params.y = -tmpHeight;//设置y坐标
params.width = tmpWidth;
- 2023-06-24 03:20:03下载
- 积分:1