theme: apple-basic
layout: intro
highlighter: shiki
lineNumbers: true
com.android.support:recyclerview-v7:28.0.0
2017년 Google I/O What's new in Android Support Library
필요없는 라이브러리의 추가
버전통일 문제
implementation com.android.support:appcompat-v7:27.1.1
implementation com.android.support:design:27.1.1
implementation com.android.support:cardview-v7:27.1.1
2018년 Google I/O 세션 Android Jetpack: What’s new in Android Support Library
support-core-ui -> asynclayoutinflater, drawerlayout, interpolator, cursoradapter, customview, slideingpanellayout, swiperefreshlayout, viewpager
viewpager가 필요하면 viewpager를 바로 임포트 가능
Major.Minor.Patch 형식의 Semantic Versioning을 준수하게 됨어떤 기능을 가졌는지 알수 없었던 Support library
android.support.v7.app패키지 이름이 기능을 나타내도록 변경됨
androidx.<feature>.ClassNameandroidx.<feature>:<feature>-<sub-feature>업데이트 확인
Jetpack is a suite of libraries to help developers follow best practices, reduce boilerplate code, and write code that works consistently across Android versions and devices so that developers can focus on the code they care about.
Introducing Android Jetpack for developers
전체 리스트 : Explore the Jetpack libraries