Latest News

Migrating To Androidx

Description:

The AndroidX maps the original support library API packages into the androidx namespace. Only the package and the Maven artifact names changed; class , method , and field names did not change.

Requirements:

  1. Android Studio version 3.2 and up
  2. Target SDK version 28 i.e P (Pie)

Steps:

  1. Create/Open project
  2. Click Refactor > Migrate to AndroidX
  3. The "Migrate to AndroidX" obrolan will appear. Click "Migrate"
  4. The "Refactoring Preview" will open. Click "Do Refactor"
  5. Done

Video:


0 Response to "Migrating To Androidx"