Android API level 与version对应关系】的更多相关文章

https://www.cnblogs.com/jinglecode/p/7753107.html Platform Version API Level VERSION_CODE 中文名称 Android API 26 26 Android 7.1.1/7.1 25 Nougat Android 7.0 24 Nougat 牛轧糖 Android 6.0 23 Marshmallow 棉花糖 Android 5.1 22 Lollipop Android 5.0/L 21 Lollipop 棒棒…
详情地址:http://developer.android.com/guide/topics/manifest/uses-sdk-element.html Platform Version API Level VERSION_CODE Notes Android 6.0 23 M API Changes Android 5.1 22 LOLLIPOP_MR1 Platform Highlights Android 5.0 21 LOLLIPOP Android 4.4W 20 KITKAT_WA…
转自:blog.csdn.net/lihenair/article/details/49869299 Platform Version API Level VERSION_CODE Notes Android 8.1 27 O_MR1 平台亮点 Android 8.0 26 O 平台亮点 Android 7.1.1 7.1 25 N_MR1 平台亮点 Android 7.0 24 N 平台亮点 Android 6.0 23 M 平台亮点 Android 5.1 22 LOLLIPOP_MR1 平…
Platform Version API Level VERSION_CODE Notes Android 4.4 19 KITKAT Platform Highlights Android 4.3 18 JELLY_BEAN_MR2 Platform Highlights Android 4.2, 4.2.2 17 JELLY_BEAN_MR1 Platform Highlights Android 4.1, 4.1.1 16 JELLY_BEAN Platform Highlights An…
作为刚入门Android的小白,最近在按照郭大神的<第一行代码>在练习,在用到Notification时遇到了一些问题,网上资料比较零散,我这里做了一个总结分析给各位,若有错误,恳请指正~ Notification是一种具有全局效果的通知,程序一般通过NotificationManager服务来发送Notification. Notification支持文字内容显示.震动.三色灯.铃声等多种提示形式,在默认情况下,Notification仅显示消息标题.消息内容.送达时间这3项内容. 以下就是…
API等级1: Android 1.0 API等级2: Android 1.1 Petit Four 花式小蛋糕 API等级3: Android 1.5 Cupcake 纸杯蛋糕 API等级4: Android 1.6 Donut 甜甜圈 API等级5: Android 2.0 Éclair 松饼 API等级6: Android 2.0.1 Éclair 松饼 API等级7: Android 2.1 Éclair 松饼 API等级8: Android 2.2 - 2.2.3 Froyo 冻酸奶…
今天开始学习google官网上的API guides ,主要读了Application Fundamentals这一章节,此章节介绍了一个App的基本组成,共包括四大部分内容. 1.      Application Components(android应用程序的四大组件) 2.      Activating Components(下面描述的组件用于激活上述四大组件) 3.      The Manifest File(描述每个app的组件构成,能力及对系统的要求) 4.      Appli…
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html Platform Version       API Level               VERSION_CODE                       Android 6.0 23 M     Android 5.1 22 LOLLIPOP_MR1     Android 5.0 21 LOLLIPOP     Android 4.4W 2…
原文网址:http://blog.csdn.net/huiguixian/article/details/39928027 从Android developer copy过来,留作笔记的. Platform Version API Level VERSION_CODE Notes Android 4.4 19 KITKAT Platform Highlights Android 4.3 18 JELLY_BEAN_MR2 Platform Highlights Android 4.2, 4.2.…
从官网上找到的,具体地址是: http://source.android.com/source/build-numbers.html Code name Version API level Lollipop 5.1 API level 22 Lollipop 5.0 API level 21 KitKat 4.4 - 4.4.4 API level 19 Jelly Bean 4.3.x API level 18 Jelly Bean 4.2.x API level 17 Jelly Bean…