-
液滴输液
你可以信赖的输液会流输液作为您使用移动电话。准确计算并不是错了。与两个输出
- 2022-05-18 01:29:56下载
- 积分:1
-
Exif-Editor-master
开源的Android应用程序,它创建,删除和编辑存储在图像的所有私有数据。(Open-source Android application to create, delete and edit all private data stored in images.)
- 2014-10-12 01:49:30下载
- 积分:1
-
android-developer-fundamentals
说明: android developer fundamentals course practicals
- 2019-04-12 02:43:39下载
- 积分:1
-
日记Android
日记本程序 功能全!天呢! 我就是想要点积分 下个源码
- 2022-05-30 16:38:07下载
- 积分:1
-
adriod 呼吸心率脉搏等的检测
是一款相当不错的代码···能够实现心率检测,呼吸检测,人脸检测等等功能··相当不错的东西的
- 2022-05-23 18:32:25下载
- 积分:1
-
android 微信分享到朋友圈/ 微信分享 实例源码下载(可用)
微信分享流程:1.申请你的AppID,申请地址:https://open.weixin.qq.com2.下载微信终端开发工具包3.搭建开发环境4.实例中需要用到申请到的AppID,等审核通过之后 测试就正常了, 很多人 activity 忘记 implements IWXAPIEventHandler 这是常犯的错误
- 2014-05-22下载
- 积分:1
-
android照片移动app
private class ImageViewOnTouchListener implements OnTouchListener {
@Override
public boolean onTouch(View v, MotionEvent event) {
switch (event.getAction() & MotionEvent.ACTION_MASK) {// 这里取出来的是event.getAction()返回的值的低八位,MotionEvent.ACTION_MASK是255,
case MotionEvent.ACTION_DOWN:
startPoint.set(event.getX(), event.getY());
break;
case MotionEvent.ACTION_MOVE:// 移动过程,该事件会不断被触发
float dx = event.getX() -
- 2022-01-30 14:46:32下载
- 积分: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
-
family-financial-management
基于安卓Android家庭财务管理系统,含数据库。(family financial management with Android Software)
- 2014-08-15 13:59:04下载
- 积分:1
-
ANDROID折叠菜单
android折叠菜单,主要实现android常用的菜单折叠的功能,通过点击类别显示具体的条目,通过点击条目来跳转到相对的页面。代码很明了也很简单,很容易看懂
- 2022-05-29 14:02:51下载
- 积分:1