-
Android-introduction
安卓系统入门介绍,非常不错哦! 想学安卓的人不要错过。(android introduction, nice)
- 2013-09-16 08:31:21下载
- 积分:1
-
具有伸缩效果的LISTVIEW源码
具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码
- 2022-06-13 18:01:27下载
- 积分:1
-
read and write WAV file (audio file)
read and write Wav file (audio file). read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).read and write Wav file (audio file).
- 2022-07-07 08:44:05下载
- 积分:1
-
安卓系统的电子邮件应用程序!一个很好的开始建立一些新的
Android上的电子邮件应用程序!一个很好的开始建立一些新的东西。你想建立自己的电子邮件吗?这是你必须看到的源代码!!!!!!!!!!!!!
- 2022-09-21 15:35:04下载
- 积分:1
-
android人脸识别
人脸识别技术的应用:A,为Camera 添加人脸识别的功能,使得Camera 的取景器上能标识出人脸范围;如果硬件支持,可以对人脸进行对焦。B,为相册程序添加按人脸索引相册的功能,按人脸索引相册,按人脸分组,搜索相册。
- 2022-02-05 03:11:09下载
- 积分: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
-
翻牌游戏//
经典的21点小游戏,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,。
- 2023-04-24 00:40:03下载
- 积分:1
-
ViewPager Fragment 导航
ViewPager Fragment 导航
- 2015-04-22下载
- 积分:1
-
AndroidMP3Recorder-master
安卓录音库,mp3的,适配所有cpu版本(Android recording library, MP3, adapted to all CPU versions)
- 2017-07-27 09:16:46下载
- 积分:1
-
Android_OBD_SourceCode
是一個提供給Android 二次開發的軟件. 能夠快速整合 OBD Client與Android APP的軟件
- 2022-02-20 22:33:31下载
- 积分:1