-
zzz
android 深度探索HAL与驱动开发源代码-drivers(android depth exploration of HAL and driver development source code-drivers)
- 2015-08-20 13:53:34下载
- 积分:1
-
安卓身份证读取模块
安卓身份证读取模块
- 2020-12-01下载
- 积分:1
-
mp3
该软件实现MP3播放器的基本功能,实现播放,暂停,停止,上一曲,下一曲(The software to achieve the basic functions of MP3 player to achieve play, pause, stop, previous song, next song)
- 2013-05-23 12:03:42下载
- 积分:1
-
Android_KSOAP2_WebService
在Android_中使用KSOAP2调用WebService(Used in Android_ KSOAP2 call WebService)
- 2013-04-05 16:38:31下载
- 积分:1
-
Android手机安全卫士源码
安卓系统的手机安全卫士软件源代码,供学习研究用,请尊重作者的劳动成果。
手机安全软件功能:
手机防盗: 根据sim的变更, 判断手机是否被盗,根据协议发送手中中sim卡的信息,和当前手机的位置经纬度,给安全号码发送信息, 快速进入手机防盗md5加密。
通讯管理: 来电黑名单,短信黑名单管理。
软件管理: 系统软件和本机软件,显示软件详细信息, 启动,卸载。
任务管理: 管理系统任务,显示系统内存信息,杀死,批量杀死进程,widget
流量查看: 显示每个程序访问的流量,漫游。
常用工具: ip拔号, 查询归属地。
设置中心: 开机是否自动启动,服务启动是否在状态栏显示,设置来电归属地显示在android 手机屏幕位置。
- 2022-08-11 18:56:44下载
- 积分:1
-
wenduji
Android项目源码基于传感器的温度计开发是android应用上的温度计,是通过传感器来感知外面的温度。应该说这个应用太强大了,用到传感器技术,并能时时更新。项目中代码层次分明,大部分方法都加了详细的注释。对于想学习传感器的开发人员来说,简直是福音。(项目采用GBK编码,是studio工程)。(Android project source sensor based on the development of the thermometer is a thermometer on the Android application, it is through the sensor to sense the temperature outside. It should be said that this application is too powerful, the use of sensor technology, and can always update. Items in the code level, most of the methods have added a detailed notes. For developers who want to learn sensor, it is the gospel. (the project uses the GBK code, is the studio project).)
- 2016-05-16 11:37:00下载
- 积分:1
-
读书类的APP,简单的DEMO
简单的txt浏览器,感觉还算好用吧。喜欢的下载吧
- 2015-01-21下载
- 积分:1
-
ebook
一个功能强大的Android电子书阅读器(A powerful Android e-book reader)
- 2020-12-26 14:49:03下载
- 积分:1
-
Android_HttpClient_jar包
Android httpClient的jar包,用于http的网络请求
- 2023-05-10 09:55:03下载
- 积分:1
-
Android 使用Matrix.postRotate方法旋转图片
Android图像操作一例,使用Matrix.postRotate方法旋转图片,这些的图片格式是BMP,其它格式可能也能用吧,没测试,旋转BMP图片的效果如截图所示,用户单击向左或向右按钮后,图片旋转90度,旋转角度根据自己需要自定义。旋转方法主要是使用Matrix.postRotate,旋转的过程保持图片原有的比例,实现思路,以向左旋转图片为例:
程序刚运行,加载默认的Drawable ,设置维持的图像比例,ScaleTimes=1,维持1:1的宽高比例,使用Matrix.postScale设置维度 ,使用Matrix.postRotate方法旋转Bitmap,然后再创建新的Bitmap对象。
向右旋转则与此相似,具体实现请下载源码包。
- 2022-03-14 01:23:24下载
- 积分:1