Is it possible to have an Android app both follow Material 3 and MDC?

404 views Asked by At

I am developing and Android app for my Android 12 device. Naturaly, I want the UI to match the new Material 3 design.

However, how are older devices handled? How can I make my app look native on Android 11 as well?

Currently I have MDC version 1.5.0 as a dependency for my project. As far as I understood, this makes the UI always look like Material 3, independent of which device it runs on.

0

There are 0 answers