Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.48 KB

material.md

File metadata and controls

31 lines (23 loc) · 1.48 KB

Going Material

Compatibility

Possible, but not simple. Cherry pick from documentation:

// Check if we're running on Android 5.0 or higher
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
    // Call some material design APIs here
} else {
    // Implement this feature without material design
}

Fragments

Material Design

As far as I am concerned, we should just upgrade to: