-
ViewPager视差效果
应用背景用于一些首页欢迎页面的视差滚动效果,和一些自定义桌面的视差滚动关键技术对ViewPager的滚动事件进行处理,对手势的处理,在滚动监听的处理上进行自定义
- 2023-03-30 22:00:03下载
- 积分:1
-
Android 简单播放歌曲功能演示
Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
ImageButton start;//播放、暂停按钮
ImageButton stop;//停止按钮
ActivityReceiver activityReceiver;
int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停
public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法
super.onCreate(savedInstanceState);
setContentView(R.layout.main);//设置当前的用户界面
start = (ImageButton) this.findViewById(R.id.start);//得到start的引用
stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用
start.setOnClickListener(this);//为按钮添加监听
stop.setOnClickListener(this);//为按钮添加监听
activityReceiver = new ActivityReceiver();//创建BroadcastReceiver
IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器
filter.addAction("wyf.ytl.update");//添加Action
registerReceiver(activityReceiver, filter);//注册监听
Intent intent = new Intent(this, MyService.class);//创建Intent
startService(intent);//启动后台Service
}
- 2023-08-23 12:30:03下载
- 积分:1
-
安卓电话本
简单的联系人程序 包含sqlite数据库。可拨号,添加头像获取最近拨号读取系统数据库安装需要给予系统权限,最好是root一下。sqlite数据库在此应用的非常完善
- 2022-09-25 15:40:03下载
- 积分:1
-
APII
Android应用,个人生活助手类,支持天气地点照片等状态显示与分享至微信朋友圈(Android applications, personal life helper classes to support weather locations and sharing photos and status display to the micro-channel circle of wechat)
- 2013-12-01 01:42:24下载
- 积分:1
-
imageComparator
android平台上利用OpenCV的不同算法进行图像的比较,包括ORB, BRIEF, BRISK和FREAK算法(use the android platform to compare different algorithms OpenCV image, comprising ORB, BRIEF, BRISK and FREAK algorithm)
- 2015-08-26 15:25:18下载
- 积分:1
-
Chat-Socket-Demo
一个android端与Java后台通过socket进行传输的代码。(A Java back end android transmitted through the socket code.)
- 2015-10-12 20:39:20下载
- 积分:1
-
android图像识别OCR
简单的图像识别技术,android实现,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件,并通过识别软件将图像中的文字转换成文本格式,供文字处理软件进一步编辑加工的技术
- 2022-05-26 23:58:49下载
- 积分:1
-
android 炫的3D标签云的效果,类似于各种播放器首页的字体悬浮效果
资源描述android 炫的3D标签云的效果,类似于各种播放器首页的字体悬浮效果
- 2022-02-03 23:02:09下载
- 积分:1
-
WebService
android webservice 获取天气预报情况android webservice 获取天气预报情况(android webserviceandroid webserviceandroid webserviceandroid webserviceandroid webservice)
- 2013-09-16 19:24:18下载
- 积分:1
-
Android search code
浏览器通过个性化的主屏幕、语音和手势控制、可自定义设置和共享功能,使移动浏览变得轻松,以适应您想要的浏览方式;
- 2023-08-26 09:35:06下载
- 积分:1