-
IP拨号器
IP拨号器
- 2023-05-02 06:05:04下载
- 积分:1
-
renren_android_connect_example
说明: 基于android的Iava语言开发的人人网登陆(Based on the language development of android' s Iava log all network)
- 2011-03-14 00:10:52下载
- 积分:1
-
一个简单的分词器
可以把英文单词按空格分开放入数据库内,然后可以对数据库进行操作修改
- 2023-07-21 02:05:05下载
- 积分:1
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分: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
-
Grallery3DDemo
Android Grallery 3D 的使用上的一个Demo,有一定参考价值。(Android Grallery 3D on the use of a Demo, has a certain reference value.)
- 2013-08-28 18:48:57下载
- 积分:1
-
android 群聊实例源码下载
android 群聊实例源码下载
- 2015-01-28下载
- 积分:1
-
2015嵌入式小车实例
【实例简介】
- 2021-11-06 00:37:29下载
- 积分:1
-
安卓屏幕4侧动画与唤醒锁权限
左,右,顶部,底部一起动画效果好的飞溅屏幕。内部动画布局是使用自己的字体。应用中存在两个允许唤醒锁和键盘锁,解锁和经理在手机或平板电脑在睡眠模式时,电源。使用多线程的例子,也有targetapi宣言。
- 2023-06-12 08:35:05下载
- 积分:1
-
Android应用源码之android 安卓画廊 照片转换器.zip
【实例简介】
- 2021-09-07 00:31:13下载
- 积分:1