그러냐

안드로이드 버전 별 코드 이름 본문

android

안드로이드 버전 별 코드 이름

관절분리 2016. 1. 28. 11:01
반응형

http://seoz.egloos.com/3858611

(최종 업데이트: 2014/07/03)

안드로이드를 보다 보면 2.0, 2.2, 3.0, 4.0, 4.1, ... 이런식으로 계속해서 버전이 올라가는 것을 확인할 수 있습니다.
그리고 버전이 올라가면서 버전 코드도 이클레어, 프로요, 진저브레드, 허니콤, 아이스크림 샌드위치, 젤리빈, ... 과 같이 계속해서 변하는데요, 이를 다 외우기는 어렵습니다.
이럴 때 참고할 수 있는 링크를 소개합니다.

첫 번째는 공식 안드로이드 개발자 사이트[1]인데요,
http://developer.android.com -> Develop -> API Guides -> Android Manifest -> <uses-sdk>[2]에 들어가셔서 중간쯤을 보시면 아래와 같은 표가 나옵니다.

< 2014/06/03 버전 >


< 2012/07/06 버전 >



두 번째는, 위키피디아의 안드로이드 버전 역사 페이지[3]입니다.

Version Release date Features
4.1 June 27, 2012
  • Vsync timing across all drawing and animation done by the Android framework, including application rendering, touch events, screen composition and display refresh
  • Triple buffering in the graphics pipeline
  • Enhanced accessibility
  • Bi-directional text and other language support
  • User-installable keyboard maps
  • Expandable notifications
  • Ability to turn off notifications on an app specific basis
  • Automatically re-sizable app widgets
  • Bluetooth data transfer for Android Beam
  • Offline voice dictation
  • Improved voice search
  • Improved camera app
  • High resolution contact photos
  • Google Now
  • Multichannel audio[68]
  • USB Audio (for external sound DACs)[68]
  • Audio chaining (also known as gapless playback)[68][69][70]
한국어 페이지[4]도 있습니다.


앞으로 개발을 할 때 위에서 소개해드린 두 페이지를 참고하면 코드 이름을 정확하게 알 수 있습니다.


출처 : http://egloos.zum.com/seoz/v/3858611

 

반응형