搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

伟谷州立大学开放课程 :Android应用程序开发(Open Valley course : Developing Android Applications)

[复制链接]
发表于 2021-8-16 16:54:36 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : 伟谷州立大学开放课程 :Android应用程序开发


    英文名


    : Open Valley course : Developing Android Applications


    资源格式


    : MP4


    学校


    : 伟谷州立大学(密西西比山谷州立大学) Grand Valley State University


    主讲人


    : Jonathan Engelsma Hans Dulimarta


    版本


    : [中英字幕][oCourse][开放式课程]更新完毕


    发行日期


    : 2012年


    地区


    : 美国


    对白语言


    : 英语


    文字语言


    : 简体中文,英文


    概述


    :




    内容介绍:


    http://masl.cis.gvsu.edu/2010/10/12/androi...-portal/ 安卓移动平台自2007年11月开放源码以来,吸引了成千上万的开发者,Android Market有将近7万个移动应用及10亿次下载。如今,超过60种大厂家智能手机使用安卓平台。本教程将通过一个实际的应用程序例子,讲解安卓平台的基本知识,告诉学生如何编写安卓平台的应用程序。


    老师简介:


    Engelsma & Dulimarta http://masl.cis.gvsu.edu/people/ "Jonathan Engelsma是伟谷州立大学计算学院助理教授,1993年获得密歇根州立大学博士学位,拥有20年行业经验,包括16年在摩托罗拉的研发经验。 Hans Dulimarta是伟谷州立大学计算信息学院副教授,1994年获得密歇根州立大学博士学位,主要研究方向是计算机图形和手机应用。"


    学校简介:


    http://en.wikipedia.org/wiki/Grand_Valley_State_University 伟谷州立大学(GVSU)是美国密歇根领先的公立综合性大学之一,成立于1960年,主校区面积5.1平方公里,拥有23,500多名学生,提供商学、教育学、医学等100种以上学术领域的学士和硕士课程,特别在机械、电器、电脑工程等工学领域的建树非凡。连续九年被美国的学术研究和评估公司评为「美国一百所物超所值大学」之一。


    目录


    : 第一讲 安卓应用开发介绍 这一讲概述了一些概念性内容,包括:安卓平台结构,Dalvik虚拟机,安卓关键构件块:活动、服务、广播接收器、内容提供器、意图,以及活动的生命周期。 Module 1: An over view the Android platform archiecture, the Dalvik virtual machines, identification of the key Android building blocks: Activities, Services, Broadcast Receivers, Content Providers, Intents, and the Activity lifecycle. Duration 27:18. 第二讲 Hello World 这一讲首先代领学员快速过了一遍安卓开发环境搭建。然后编写了第一个Hello World应用程序,并详细剖析了程序的内部结构。最后用模拟器模拟运行了安卓程序,并讲解如何在电脑上进行调试。 Module 2: Whirlwind tour of setting up your Android development environment. Your first “hello world” Android app, how to emulate and debug Android applications on your desktop. Duration 30:13. 第三讲 用户界面基础 这一讲是用户界面(UI)的基础,讲解了View(视图)、ViewGroup(视图组)、Layout(布局)和Widget(小工具)。将安卓的UI概念同Java Swing概念进行了对比。并在Hello World的基础上,编写了交互性更强的程序,并讲解了程序代码。 Module 3: Android user interface basics. Views, viewgroups, layouts, and widgets. A brief discussion comparing Android UI concepts to the potentially more familiar Java Swing/AWT concepts. Revisiting the “hello world” app from the previous module and making it interactive. Duration 29:47. 第四讲 网络数据获取和显示 移动设备应用程序最有趣的地方就是获取网络数据并进行交互。这一讲讲解了移动设备程序中面临的各种问题和挑战,并介绍了相应的应对策略。然后这一讲将前面的程序同推特网络服务整合在一起,形成了功能更强的程序,并讲解了程序代码。 Module 4: Most interesting mobile apps fetch and interact with data stored in the cloud. In this module we present and discuss guidelines for dealing with various challenges that networked mobile apps face. To demonstrate these concepts, we revisit our running sample program and integrate with the Twitter RESTful web services to search for and display interesting tweets. Duration 25:23. 第五讲 用户界面改进 这一讲进一步改进了之前的项目,使用了一些更进阶的技术。这里首先强调了RelativeLayout(相对布局)的优势,然后详细讲解了新版的应用程序代码。这一讲还演示了如何利用LayoutInflator(布局扩展器)实例化单个列表项。 Module 5: In this modules we look at ways to jazz up our sample program by using more advanced techniques. In particular we discuss and demonstrate the importance of using RelativeLayouts. We also show how LayoutInflators are used to instantiate individual list items via an XML description of the item's layout. Duration 22:38. 第六讲 进阶主题 这是系列教程的最后一讲,讲到如何加载用户图像,以及UI线程和后台线程之间的分开处理。讲了对推文中@提到、#标签等内容的链接化处理。这一讲最终给出了系列教程的终极版应用程序,并分析讲解了代码。 Module 6: We complete the tutorial by discussing a number of more advanced topics. In particular we show how to handle the special markup found in the tweet text (urls, @mentions, #hashtages, etc.). We also show how to efficiently download and display the twitter user thumbnails for each tweet. Duration 30:00.

    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-3-30 02:07 , Processed in 0.528390 second(s), 74 queries .

     

    快速回复 返回顶部 返回列表