-
android 中 javascript 与java 交互示例源码下载
android 中 javascript 与java 交互示例源码下载
- 2014-02-10下载
- 积分:1
-
WebService
android webservice 获取天气预报情况android webservice 获取天气预报情况(android webserviceandroid webserviceandroid webserviceandroid webserviceandroid webservice)
- 2013-09-16 19:24:18下载
- 积分:1
-
android wifi同服务器建立接
android 中多个页面跳转,以及登陆界面,文件的存储,文件的读取,用户名的注册,
- 2022-07-03 20:05:43下载
- 积分:1
-
百度地图,定位,路线规划
百度地图的定位和路线规划,精准,清晰,代码清晰明了,有注释,比较适合初学者学习,使用,导入工具可直接使用,学习。
- 2022-01-24 13:29:37下载
- 积分:1
-
android 底部tab切换 例子代码
android 底部tab切换 例子代码
- 2020-12-16 16:29:12下载
- 积分:1
-
短信验证接口
调用免费短信接口实例,简单易懂
调用免费短信接口实例,简单易懂
调用免费短信接口实例,简单易懂
调用免费短信接口实例,简单易懂
调用免费短信接口实例,简单易懂
- 2022-01-20 22:56:29下载
- 积分: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
-
ComposingView
View used to show composing string (The Pinyin string for the unselected syllables and the Chinese string for the selected syllables.) for Andriod.
- 2013-10-21 00:11:39下载
- 积分:1
-
最简单的计算器
很好很简单的安卓计算器源码,完整源码很好很简单的安卓计算器源码,完整源码很好很简单的安卓计算器源码,完整源码很好很简单的安卓计算器源码,完整源码很好很简单的安卓计算器源码,完整源码很好很简单的安卓计算器源码,完整源码
- 2022-05-16 17:32:31下载
- 积分:1
-
地震波库(全)
【实例简介】
- 2021-06-24 00:31:12下载
- 积分:1