Android Lollipop

本页使用了标题或全文手工转换
维基百科,自由的百科全书
Android Lollipop
Android操作系统的一个版本
开发者Google
当前版本
  • 5.1.1 (LMY49M) (2015年4月21日;稳定版本)
编辑维基数据链接
许可证 编辑维基数据链接
前一代Android KitKat
后一代Android Marshmallow
官方网站https://www.android.com/versions/lollipop-5-0/
支持状态
停止支持

Android Lollipop 又名Android 5 是一个由Google开发的第五个主要Android操作系统。于2014年6月25日Google I/O大会亮相,并于隔日选定Google Nexus做为开发设备,于2014年11月12日通过OTA正式推送到新款的Nexus和Google Play版设备上,其正式版源代码在2014年11月3日公布。

在Android Lollipop中最大的改变于一个被称为“Material Design”重新设计过的用户界面反应迅速灵敏的设计语言,和改进过的通知系统,使之能够从锁定屏幕中使用,并允许了其他应用程序透过横幅提示显示在屏幕的顶端中。内部设计也有了改变,为改善应用程序性能以ART模式正式取代了Dalvik虚拟机,并改善和优化了电池的使用。

开发[编辑]

Android Lollipop首次亮相于2014年6月25日的Google I/O开发者大会。除了Lollipop也呈现了许多以Android为导向的平台,包括Android TV、车用平台Android Auto穿戴式电脑平台Android Wear以及健康追踪平台Google Fit[1]

演示稿的一部分提及了一个被称作“Material Design”之全新跨平台设计语言。这个“卡片”设计最早出现于Google Now,这是一个很干净利落基于网格得设计布局,灵敏的动画与切换、边距与深度效果、如光线和阴影。设计师Matías Duarte解释说:“这不像是普通的纸张,我们的Material Design可以扩大和聪明的改造。材料具有实体的表面和边缘。接缝和阴影意味着提供你可以真实去触摸的感觉。”此Material Design将不只被用于Android,而且整个Google的网络套装软件,提供应用程序与平台之间提供一致的体验。[2][3][4][5][6]

特色[编辑]

Android Lollipop引入了全新的通知系统。所有的通知现在都放在一个框框里面,以符合Material Design,和这些应用程序可以批量产生通知。在锁屏中,通知显示在一个框框里,并且通知也可以显示在屏幕的顶端大型横幅里,随着他们各自的操作按钮。[3]在这个通知系统中也加入了勿扰模式。最近运行程序菜单也进行了重新设计,使用立体堆栈的卡片代表打开的应用程序。单个应用程序也可以显示在最近运行程序菜单里的多张卡片,而不是每个应用程序只有一个卡片;例如浏览器可以显示所有其开启的标签页作为个别卡片。[5][3]

Android Lollipop也包含了重要的新平台开发功能;5,000多个新的API将被应用程序加入并使用,并且Dalvik也正式由ART(KitKat加入的一个做为技术预览的新环境)取代。[7] ART是一个支持x86ARM和MIPS架构的32位与64位跨平台的运行模式。不同于Dalvik,他采用了提前编译Ahead-of-Time compilation(AOT),ART在应用程序安装时就会编译应用程序,然后他们将只运行已编译过的应用程序。这种技术消除了在JIT过程中处理相关的开销,从而改善系统性能。[8]

Android Lollipop也透过一系列被称为"Project Volta"的优化来改善电池的消耗问题。其中一项变化是一个新的电池省电模式,工作调度的API,可以限制某些程序只透过WiFi来使用,以及任务的批处理,以减少整个内部无线收发活动的时间。被称为"Battery Historian"的新的开发工具可以被使用来追踪使用中消耗电池的应用程序。[3][1] Android的扩展API也提供了图形功能,比如新的着色器,旨在Android设备上提供如同电脑等级画面般的3D游戏[9][6]

发布[编辑]

Android Lollipop开发者预览版本在2014年6月26日发布于Nexus 52013 Nexus 7,可使用快速启动模式来取代原厂的映像档。[10][5]第二个开发者预览版本,LPV81C在2014年8月7日被发布,这个版本随着Google Fit平台与SDK发布。[11][12]正式版源代码在2014年7月经由Android Open Source Project发布。[13]

参见[编辑]

参考文献[编辑]

  1. ^ 1.0 1.1 From Android L to Google Fit: All the new products and features from Google I/O. PC World. [26 June 2014]. (原始内容存档于2014-06-26). 
  2. ^ Google's new 'Material Design' UI coming to Android, Chrome OS and the web. Engadget. [26 June 2014]. (原始内容存档于2014-06-27). 
  3. ^ 3.0 3.1 3.2 3.3 Google Reveals Details About Android L at Google IO. Anandtech. [26 June 2014]. (原始内容存档于2014-06-28). 
  4. ^ Google's New, Improved Android Will Deliver A Unified Design Language. Co.Design. [26 June 2014]. (原始内容存档于2014-07-29). 
  5. ^ 5.0 5.1 5.2 We just played with Android's L Developer Preview. Engadget. AOL. [26 June 2014]. (原始内容存档于2014-06-26). 
  6. ^ 6.0 6.1 Google's next big Android redesign is coming in the fall. The Verge. Vox Media. [26 June 2014]. (原始内容存档于2014-07-27). 
  7. ^ 'ART' experiment in Android KitKat improves battery life and speeds up apps. Engadget. [26 June 2014]. (原始内容存档于2019-04-02). 
  8. ^ Andrei Frumusanu. A Closer Look at Android RunTime (ART) in Android L. AnandTech. 2014-07-01 [2014-07-05]. (原始内容存档于2014-07-05). 
  9. ^ Android's next release will include GPU-focused tech for PC quality graphics. Polygon. Vox Media. [26 June 2014]. (原始内容存档于2014-07-14). 
  10. ^ How to Install the Android L Developer Preview on Your Nexus 5 or 7. Lifehacker. [26 June 2014]. (原始内容存档于2014-07-29). 
  11. ^ Cory Gunther. New Android L Update Arrives for Nexus Users. gottabemobile.com. 7 August 2014 [9 August 2014]. (原始内容存档于2014-08-28). 
  12. ^ Google just released some hot new images of Android L – here’s how you can get them. BGR.com. PMC. [16 August 2014]. (原始内容存档于2014-08-11). 
  13. ^ Google releases Android L preview source for Nexus devices. ZDNet. CBS Interactive. [2 July 2014]. (原始内容存档于2014-08-07). 

外部链接[编辑]

前任:
Android KitKat
Android Lollipop
2014
继任:
Android Marshmallow