본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] What's new in android Kitkat

by 돼지왕 왕돼지 2014. 1. 25.
반응형


 android, what is new in android Kitkat.

 

[android] What's 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



반응형

댓글