Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between google material library and design support library

I was trying the new material design components on android such as the bottom app bar but i discovered that every MDC was existing in the android design support library but also in another library called com.google.android.material and the code was pratically the same (in the design library the code was documented unlike the other), so what is the difference between these two library?

like image 500
Andrea Avatar asked Jan 03 '23 07:01

Andrea


1 Answers

Depends on this post com.google.android.material is a replacement for old support library.

Additionally, following the introduction in 28.0.0-alpha1 of Material Components for Android as a drop-in replacement for Design Library, we have refactored the design package to reflect its new direction.

like image 176
Andrey Danilov Avatar answered Jan 04 '23 19:01

Andrey Danilov