-
finalassignment
android 移动应用系统设计
1、最后提交两部分内容
a. 对一个功能的实现+实验报告(该项作为平时作业成绩)
- 可以选择上课中所演示的任意功能,截图完成实验报告
- 需要提交程序 + 3-5页的实验报告
b. 从以下网址下载一个app源码,或者其它地方的源码,对代码进行详细解析(该项作为期末课程考核成绩)
- 推荐下载网址为:http://www.devstore.cn/code/list/pn1-or0.html
- 需要提交下载的源码,和对该源码实现的分析报告,不少于8页
2、将所有内容按下面两个目录进行存放,打包以“学号+姓名” 命名,上传到作业ftp
- 实验
- 课程综合(android mobile application system design 1, the final submission of two parts a test report achieve+ a function (such as the usual job performance)- You can any function demonstrated in class, theme complete test report- to be submitted program+ Experimental report b 3-5 pages downloaded the following URL an app source code, or elsewhere source, detailed analysis of the code (such as the end of course examination results)- Recommended download site at: http: //www.devstore .cn/code/list/pn1-or0.html- to submit to download the source code, and analysis of the source code to achieve, at least 8 2, all the content stored in the following two directories, packed to " learn No.+ name " name, upload to job ftp- Experiment- Integrated Course)
- 2015-11-17 10:36:12下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
安卓抽奖转盘 实例下载
安卓抽奖转盘 实例下载
- 2015-01-12下载
- 积分:1
-
task9
自己制作了一个日历,是用calendarView写的,可以添加事务。但由于我没写数据库,所以还不能保存事务,只是给大家写了一个模板吧,大家可以连本地数据库,也可以链接云端。(I made a calendar to add transactions. But because I did not write the database, so I can not save the transaction, just write a template for you, you can connect to the local database, you can also link to the cloud.)
- 2020-06-21 14:20:02下载
- 积分:1
-
智能家居app源代码
基于网络数据库的智能家居APP 开发,拥有完整的源代码,只需修改IP就可以进行使用!!
网络通信使用HTTP通讯进行,首页面有线程进行刷新,能够每隔0.5s刷新一次!
各页面跳转正常,界面设计属于清新模式,图文并茂!!
- 2023-01-16 08:00:04下载
- 积分:1
-
仿京东安卓版APP源码
这是一份仿京东安卓版APP的源码,来自民间,该有的功能都有了,非常适合初学者参考学习。
- 2022-04-20 18:16:46下载
- 积分:1
-
android
一个简单的基于android模拟时钟源码(Analog clock)
- 2012-03-11 12:21:59下载
- 积分:1
-
IIMEI串号修改或修复
串号丢失专用,联发科处理器安卓手机刷机没有备份基带,刷机丢失基带,不识别手机卡的解决办法(The lost special serial number)
- 2020-12-13 15:19:15下载
- 积分:1
-
Android汽车状态检测
通过OBD-ii接口,读取数据,在手机上显示
- 2022-01-24 13:11:39下载
- 积分:1
-
Android高级图片滚动控件,3D版的图片轮播器
应用背景实现3d播放的轮播效果,类似于画廊的滚动播放,有需要的可以借鉴关键技术自定义控件,实现3d效果的滚动,处理手势事件和二次分发手势事件
- 2022-04-09 05:24:44下载
- 积分:1