-
android buletooth通信
一对多通信,实现多客户端的连接,一个服务器,可以实现群聊的功能。客户端不能私聊,服务器端可以和客户端私聊。服务器可以将某个客户端的消息发给其他客户端。
- 2022-01-22 14:33:13下载
- 积分:1
-
Apress.Android.Essentials.Jul.2008.pdf
a android mobile documents
- 2009-05-03 09:42:05下载
- 积分:1
-
android notification 通知示例源码下载
android notification 通知示例源码下载
- 2014-02-16下载
- 积分:1
-
android 加载网页Html文本--WebView
解决了乱码问题
- 2015-04-22下载
- 积分:1
-
第三方App
电影天堂是电影天堂(网站版)的第三方客户端,一切资源都从该网站获取.
- 2016-05-22下载
- 积分:1
-
ocr光字符识别
ocr光字符识别
- 2013-05-10下载
- 积分:1
-
关于联想智能交通模拟沙盘的demo程序
关于联想智能交通模拟沙盘的demo程序,用于在安卓手机来进行查询功能
- 2022-01-22 05:00:27下载
- 积分:1
-
1
说明: 用android来实现对电脑的控制,附带源代码。。。(Android remote PC, the source code attached. . . .)
- 2012-05-05 17:04:14下载
- 积分:1
-
Android_Interface-tutorial-Daquan
android 界面教程大全
很使用 喜欢做界面的朋友,这必然是首选(the android interface tutorial Daquan is very friends like to do the interface, which is bound to be preferred)
- 2012-11-05 13:01:19下载
- 积分:1
-
Android毛玻璃效果处理类 附示例源码
Android毛玻璃效果处理类 附示例源码,方法封装,实现简单,代码里有详细注释,有需要的朋友可以去下载。相关代码先睹为快:
Bitmap bmp = BitmapFactory.decodeResource(getResources(),id);//从资源文件中得到图片,并生成Bitmap图片
final Bitmap blurBmp = BlurUtil.fastblur(MainActivity.this, bmp, 10);//0-25,表示模糊值
final Drawable newBitmapDrawable = new BitmapDrawable(blurBmp); // 将Bitmap转换为Drawable
layout.post(new Runnable() //调用UI线程
{
public void run()
{
layout.setBackgroundDrawable(newBitmapDrawable);//设置背景
}
});
- 2022-04-07 03:49:35下载
- 积分:1