-
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
-
TestMediaMetadataRetriever
android 获取视频缩略图源代码,下载直接使用。(android access to the the video thumbnails source code download directly use.)
- 2012-10-27 14:44:50下载
- 积分:1
-
防盗
防盗
- 2013-07-03下载
- 积分:1
-
会唱歌的图片
现实世界中我们看到大多数图片都是静态的,没有任何的交互信息。您有知道能说话,能唱歌的图片吗?我们这个一拍即合便能满足您的这种需求。您可以从图库中选择一张你喜欢的照片,或者用相机拍一幅美图。稍等一会,音乐马上就来。听完一遍后,还在留恋美妙的音乐?返回列表即可找到之前的图片和对应的音乐,给您一种不一样的视觉和听觉盛宴。
- 2022-01-25 21:29:57下载
- 积分:1
-
app首次使用向导
应用背景对有着操作复杂或者有固定操作顺序的app首次打开的一个使用指导,有需要的可以借鉴一下关键技术采用FramLayout实现蒙层效果,以及在蒙层效果上实现的文字向导,和文字点击事件
- 2022-03-18 00:47:32下载
- 积分:1
-
dialog
android应用程序实例Android创建各种Dialog和监听事件的演示源码(android application source code examples demonstrate a variety of Android Dialog to create and monitor events)
- 2014-06-15 15:46:07下载
- 积分:1
-
studyandroid2
学习Android最快的方法就是先研究例子,学习android开发ppt第二部分(The second part of the learning android development ppt)
- 2013-05-29 15:47:58下载
- 积分:1
-
Android 事件监听方法的创建和具体实现
本Android源码演示事件监听方法的创建和具体实现,演示程序中,用户点击不同的按钮,演示具体的事件监听功能:
public void onClick(View v) {//实现事件监听方法
if(v == buttons[0]){//按下第一个按钮时
textView.setText("您按下了"+((Button)v).getText()+",此时是分开处理的!");
}
else{//按下其他按钮时
textView.setText("您按下了" + ((Button)v).getText());
}
}
- 2022-02-15 22:04:03下载
- 积分:1
-
图片手势
支持图片放大缩小旋转移动等等。
- 2022-06-14 10:25:28下载
- 积分:1
-
android 自定义软键盘 例子源码下载
android 自定义软键盘 例子源码下载
- 2015-04-20下载
- 积分:1