android, what is new in android Kitkat. |
<휴휴로 잘 알려진 양찬석님이 이리 귀여운 분이실줄이야.. ㅋ>
메모리
low ram device 인지 확인.
boolean lowRam = ActivityManger.isLowRamDevice();
앱의 메모리 사용을 한눈에 볼 수 있다.
adb shell dumpsys procstats
Process Stats 가 Setting 에 추가되었다. (단말)
이것으로 메모리 사용량을 쉽게 볼 수 있다.
디자인 가이드 변경
Full-screen Immersive mode : status bar 와 software key 까지 제거.
DecorView.setSystemUiVisibility( View.SYSTEM_UI_FLAG_IMMERSIVE or View.SYSTEM_UI_FLAG_IMMERSIVE_STICKEY );
Transitions Framework
Closed Captioning Settings.
Screen Recording
adb shell screenrecord
Storage Access Framework
휴대폰 뿐 아니라 cloud 쪽 storage 에 접근할 수 있다.
SMS Content Provider
Low-power sensors.
Host Card Emulation
Printing API
기본 format 은 pdf.
Canvas 에 그려지는 모든 것을 프린트 할 수 있다.
Bluetooth AOGP and MAP
IR Receiver
WebView
VA JS Engine.
Chrome Rendering Engine.
RenderScript
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] how to make scrollview scroll to bottom programatically. (0) | 2014.01.27 |
---|---|
[android] Bitmap 과 메모리에 대한 이야기. 끝판왕 (8) | 2014.01.26 |
[android] ART ( android runtime ) 이란? (2017.08. updated) (0) | 2014.01.22 |
[android] minSdkVersion 에 대한 요즘 추세는 14. (0) | 2014.01.21 |
[android] admob install guide (0) | 2014.01.20 |
댓글