It’s time to migrate to AndroidX!

Christian Christian 1 min read

Devs, It’s time to get acquainted with AndroidX!

What is AndroidX?

You might be wondering, errr what AndroidX… just like I did… AndroidX is the new android.support.*!

For years, us developers have been using the Android Support libraries to keep our apps working on earlier versions of Android. The support library provided a standard way to ‘provide newer features on earlier versions of Android or gracefully fall back to equivalent functionality‘.

Early this year AndroidX made a debut with the mission to reserve android.* package hierarchy for Android packages that ship with the operating system; other packages will be issued with the new androidx.* package hierarchy.

As of 21st September 2018, developers are now encouraged to migrate to AndroidX 1.0.0

To get you started, check out the following resources:

Flutter surging in 2019

LinkedIn data recently published on the Learning blog shows Flutter is among the fastest growing skills for Software Engineers with Android Design coming in as...

PlatformIO to the rescue!

Cross platform code builder and library manager with support for platforms like Arduino or MBED. It takes care of toolchains, debuggers, frameworks to work on...

One thought on “It’s time to migrate to AndroidX!

  1. Thanks for the tip! I’ve been seeing all this chatter about AndroidX lately and was wondering what it was all about!

Leave a Reply

Your email address will not be published. Required fields are marked *