-
Android表格样式课程表Demo源码
Android表格样式课程表Demo源码,可以自己设置每天当中每节课的名称,屏幕展示不全可以滚动屏幕查看
- 2022-07-21 17:18:03下载
- 积分:1
-
android-base-station-positioning
android基站定位的实现方法和相关配置,简单易懂(android base station positioning implementation and related configuration, easy to understand)
- 2011-08-25 22:08:36下载
- 积分:1
-
手机影音源代码
Android 网络视频播放器源码一款非常好的视频播放器,值得学习。
说看起来功能不多,但是绝对十分具有参考价值,考虑的十分严谨。因为里面应用了网络通讯,json解析,全局mediaservice,自定义View组件,自定义Adapter,application全局缓存,变量等等
- 2022-08-11 22:24:01下载
- 积分:1
-
Android英语学习软件
说明: Android英语学习应用(包含源代码)英语学习的小应用。每天教您一句英语短句,附带了词典翻译的功能。(Android English learning application (including source code) English learning application. Teach you a short English sentence every day, with a dictionary translation function.)
- 2020-03-01 18:09:58下载
- 积分:1
-
android 手写
android 手写输入源码,
设计思路如下,在画板上进行签名(其实就是绘制图片),完成后保存为图片。然后将图片按照一定的比率进行缩放并显示在指定的位置。
这里给出一个实例,实例只是一个简单的例子,如有需要可以进行必要的扩展。这里我们需要一个Listener、一个Dialog、一个Activity这个三个java类。两个layout XML文件
- 2022-11-13 18:45: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
-
android图像处理源码,android studio项目
主要功能是程序占用的一些缓存的处理,用到线程池等,适用于android app,
- 2023-05-23 21:15:04下载
- 积分:1
-
Android-introduction
安卓系统入门介绍,非常不错哦! 想学安卓的人不要错过。(android introduction, nice)
- 2013-09-16 08:31:21下载
- 积分:1
-
AndroidNTRIPClient-Source
Android 版的GPS NTRIP协议的客户端源码。通过网络TCP/IP通信。(Android version of the GPS NTRIP protocol client source code. Through the network TCP/IP communication.)
- 2013-04-23 11:27:48下载
- 积分:1
-
Android-API-
android API chm文档,希望对大家有帮助。
里面邮箱系的说明,更主要的是他是中文版的哦(The Android API chm document, we want to help. Inside the mailbox Department, the main thing is that he is a Chinese version of Oh)
- 2013-04-22 14:06:36下载
- 积分:1