- 深入浅出Android Jetpack
- 萧文翰编著
- 89字
- 2023-08-10 16:43:42
2.1 Appcompat概览
截至目前,Appcompat的新稳定版本是1.2.0,更新于2020年8月19日;新的Alpha测试版为1.3.0-alpha02。
Appcompat提供了5类AndroidX API,分别是:
· androidx.appcompat.app。
· androidx.appcompat.content.res。
· androidx.appcompat.graphics.drawable。
· androidx.appcompat.view。
· androidx.appcompat.widget。
我们可以使用以上5类API实现本章提及的所有功能。