-
AutoRingProjectxx_zz_src
I created this app to simulate the ring behavior of the Motorola RAZR which would switch to loud when charging and return to vibrate-only when disconnected (no manual adjustment needed). This app also allows the reverse scenario (silent when connected otherwise ring).
This tutorial assumes you already have the Eclipse environment up and running. If you are new to Eclipse and Android development, I recommend going through the temperature converter tutorial which can be found here.
- 2012-06-20 10:51:20下载
- 积分:1
-
安卓自动蓝牙配对连接的程序
通过该程序实现一键自动建立蓝牙配对和连接的过程,并能够显示本机和配对的蓝牙设备的地址,配对后可继续实现传输文件,文字通信等其他功能,共享给大家使用。本人目前正在进行蓝牙开发,有兴趣的朋友可以联系我,共同交流,共同学习,共同进步,希望大家能够互相之家共享代码哈!
- 2022-03-22 09:31:20下载
- 积分:1
-
Android 支持断点续传功能的下载demo源码
Android 支持断点续传功能的下载demo源码,并结合了数据库来实现,在download.db数据库下创建一个download_info表存储下载信息,利用Http协议进行多线程下载,从头开始的全文下载;1,从某字节开始的下载(bytes=27000-);2,从某字节开始到某字节结束的下载(bytes=27000-39000),针对 bytes=27000-39000 的请求,从27000开始写数据,客户端请求的是270000之后的字节(包括bytes下标索引为270000的字节),如果设设置了Content-Length,则客户端会自动进行多线程下载。如果不希望支持多线程,则不要设置这个参数。
// Content-Length: [文件的总大小] - [客户端请求的下载的文件块的开始字节]
断点开始
// 响应的格式是:
// Content-Range: bytes [文件块的开始字节]-[文件的总大小 - 1]/[文件的总大小]
- 2022-10-23 04:30:03下载
- 积分:1
-
ditushangliangdianjianjuli
使用eclipse实现的计算地图上两点间距离的程序,是一中安卓的小应用程序(The eclipse implementation program to calculate the distance between two points on the map, is the application of one Andrews)
- 2013-04-23 12:55:45下载
- 积分: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
-
HelloWorld
AndroidHelloworld笔记,包含各种注意事项。一个不错的资源。(Android Helloworld )
- 2014-06-21 12:54:58下载
- 积分:1
-
Android 使用语音识别的例子
Android 使用语音识别的例子,下面是核心的代码:
private void startVoiceRecognitionActivity()
{
//通过Intent传递语音识别的模式
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
//语言模式和自由形式的语音识别
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE_MODEL, RecognizerIntent.LANGUAGE_MODEL_FREE_FORM);
//提示语音开始
intent.putExtra(RecognizerIntent.EXTRA_PROMPT, "Speech recognition demo");
//开始执行我们的Intent、语音识别
startActivityForResult(intent, VOICE_RECOGNITION_REQUEST_CODE);
}
当语音结束时的回调函数onActivityResult
- 2023-06-19 16:45:03下载
- 积分:1
-
Android实时视频(h263)
Android实时视频 h263编码 sdp打开vlc直接播放
- 2015-11-05下载
- 积分:1
-
蓝牙控制智能车
资源描述这个是自己调的,找了资料,调了,已经证实有用的代码
- 2022-05-18 19:15:26下载
- 积分:1
-
手机噪声监测
本程序是基于android系统的噪声监测程序,能实现手机的噪声监测,在真机上测试过。
- 2023-01-11 02:45:03下载
- 积分:1