-
安卓课程表
安卓的课程表,简单的课程设置,包括课程的增删改查,使得日常查询更为方便。同时提供备忘录功能,能够添加备忘事件 。软件使用图片软件进行美化。
- 2023-02-26 17:35:05下载
- 积分:1
-
ptr2
类似sina微博的下拉刷新功能实现demo(Similar sina microblogging functionality to achieve the drop-down refresh demo)
- 2011-10-20 10:10:39下载
- 积分:1
-
安卓图表引擎AChartEngine 实例源码下载
用于网页端基于achartengine开放的曲线
- 2015-04-14下载
- 积分:1
-
android 界面开发-高仿美团界面 源码下载
android界面,高仿美团界面效果
- 2015-04-20下载
- 积分: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
-
Happychat2
Java源码,网络相关,聊在室
一个多用户的Java聊天室程序源码,是一个比较完整的毕业设计作品,实现了以下功能:用户注册、资料保存、多用户登录、多用户同聊、私聊、保存用户记录、用户离开记录自动清除、在线人数监视等多种功能。(Java source code, network-related, program source code of Java chat rooms chat room more than one user, is a relatively complete graduation designs, implements the following functions: user registration, data storage, multi-user login, multi-user chat with whisper save the user record, the user leaves the record is automatically cleared, the line number of monitoring a variety of functions.)
- 2021-02-17 19:09:45下载
- 积分:1
-
基于xmpp android即时通讯源码
应用背景android即时通讯android即时通讯android即时通讯android即时通讯android即时通讯android即时通讯android即时通讯android即时通讯android即时通讯关键技术java/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmppjava/ xmpp
- 2022-03-21 03:51:43下载
- 积分:1
-
多图片上传android的实现代码 功能仿微信
多图片上传android的实现代码 功能仿微信,是进入相册显示所有图片的界面,同时还有一个用于进行图片浏览时的界面和显示一个文件夹里面的所有图片的界面,这里要使用一个显示手机里的所有图片的列表控件,当手机里没有图片时,提示用户没有图片的控件,注册一个广播,这个广播主要是用于在GalleryActivity进行预览时,防止当所有图片都删除完后,再回到该页面时被取消选中的图片仍处于选中状态,同时创建了一些监听函数,用于监听返回按钮、预览按钮、完成按钮等。
看一看效果预览,你就会立刻明白本源码的功能了,是不是很熟悉的微信上传图片界面?
- 2022-07-04 22:42:54下载
- 积分:1
-
图片手势
支持图片放大缩小旋转移动等等。
- 2022-06-14 10:25:28下载
- 积分:1
-
Mytxl
andriod studio通讯录的简单实现(a phone content of andriod stutio)
- 2017-12-10 12:25:09下载
- 积分:1