python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is it possible to have an Android app both follow Material 3 and MDC?
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 Andro...
mainrs
Votes: 0
Answers: 0
Apply XML theme to Composable with Mdc3Theme
I am trying to migrate an app from XML layouts to jetpack compose. As the app allows setting different user themes, I wanted to use the XML themes until all files are migrated. However, I just can't g...
Patrick Lang
Votes: 0
Answers: 0
MDC web through CDN - when to apply attachTo?
I am using MDC web loaded from CDN. Document for CDN users is better now when some years ago when I started. But I have problem with attachTo.
I build HTML elements with JavaScript and append them to ...
Leo
Votes: 0
Answers: 0
Should Material Design web applications use @import or @use?
Looking at the Material Components Web documentation, I see inter alia @use "material/chips/styles"
When I visit app.scss – adopt-a-pup I see @import statements such as @import "@materi...
GaryB96
Votes: 0
Answers: 1