Where can I get list of libraries/resources which help for incorporating Material Design in pre-lollipop devices? A link for a single library you are familiar with could help. I am familiar with the following
Asked
Active
Viewed 428 times
2 Answers
2
You can take look at https://android-arsenal.com/. It's much easier to find something there.
Here's mine: https://github.com/ZieIony/Carbon. The good thing about the library is that is supports realtime, animated shadows and ripples (soon there will be borderless mode as well) back to Android 2.1. The bad thing is that it's still under development, so there are some things missing.

Zielony
- 16,239
- 6
- 34
- 39
0
@makata
Just try to change with Android Studio, you can get Material Design easily. Here is the android official design library. You need a single line of codes to add to your build.gradle as a dependency
compile 'com.android.support:design:22.2.0'
Here is the blog for the material design library.
Here is the sample blogpost from a GDE (Thailand)

Htoo Aung Hlaing
- 2,173
- 15
- 26