- 호환성 유지
원문 - https://developer.android.com/training/material/compatibility.html#CheckVersion
// Check if we're running on Android 5.0 or higher
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
// Call some material design APIs here
} else {
// Implement this feature without material design
}
'Development > Android' 카테고리의 다른 글
[Widget] MaterialProgressBar (0) | 2016.12.20 |
---|---|
[Drawable] Android Drawables (0) | 2016.12.19 |
[Material Design] 머티리얼 디자인 (0) | 2016.12.09 |
android - php 로그인 세션 유지에 대한 고찰 (0) | 2015.06.08 |
Material Desigin appcompat-v7:22.0.0 toolbar 토글 아이콘 (0) | 2015.06.08 |