enzaimz / c_made_easy

A basic android app to learn C Programming basics
https://play.google.com/store/apps/details?id=com.enzaimz.c_syntax
10 stars 27 forks source link

Migrate Existing App to AndroidX #54

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

Is your feature request related to a problem? Please describe. When we run the app, it gives a warning that says "App is not using AndroidX". Although it won't cause any issues in the app, it's a common practice to migrate older apps to AndroidX as it can benefit in different ways. This article should throw some light on the same: https://medium.com/mindorks/its-time-to-migrate-your-android-project-into-androidx-cd06e4073824

Describe the solution you'd like I would like to follow the approach mentioned in the official documentation: https://flutter.dev/go/android-project-migration

Describe alternatives you've considered I believe there is only one method for migration

Additional context