Closed cyberdean closed 4 years ago
Yes, we should do this, but probably need to wait until it is stable. In the meantime, there is the automatic dependency translator in Android Studio 3.2-alpha14 as described in https://android-developers.googleblog.com/2018/05/hello-world-androidx.html
I make a PR for this https://github.com/realm/realm-android-adapters/pull/151
How am I supposed to migrate to androidX? Since it's been considered as stable
I updated to androidX and realize my project will not compile anymore. Is it possible to add @AndroFlo PR to the SNAPSHOTS so we can start using/testing??
@Yayo-Arellano the project will compile fine if you have jetifier
enabled, AS will show some lines as "errors" as it doesn't know that jetifier
will solve the problems at project compilation
Is this project auto deployed any where any more? I looked at the readme and the current version os way out of date and it appears to SNAPSHOTS haven't built since 3.0.0 in March.
You should use Jetifier for AndroidX support to use libraries that use Support Library stuff.
Realm was totally correct with waiting for AndroidX to be more popular, because Support Library can be used even in AndroidX projects with Jetifier, but AndroidX cannot be used in Support Library-using projects.
4.0.0 was released which moved all dependencies to AndroidX
Goal
Refector Android Support to AndroidX https://developer.android.com/topic/libraries/support-library/refactor
Expected Results
Usage of AndroidX
Actual Results
Android Support v7, ...