The Reality of Migrating to AndroidX

1 · Daniel Lew · Nov. 14, 2018, 3 p.m.
This year, Google rebranded the support Android libraries to Android Jetpack (aka AndroidX). Particularly pertinent to developers was how they repackaged all the libraries. Not only have their maven coordinates changed, but the package names for every class has changed as well. For example, android.support.v7.app.AppCompatActivity is...