-4

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

makata
  • 2,188
  • 2
  • 28
  • 23

2 Answers2

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.

enter image description here enter image description here

enter image description here enter image description here

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