• Stars
    star
    1,253
  • Rank 37,509 (Top 0.8 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Demo for the Material Witness talk I gave at Google I/O.

Material Witness

A Google I/O 2014 demo written by Romain Guy http://www.curious-creature.org

Material Witness is a sample application for the new Material Design APIs introduced in the Android L Preview SDK:

  • Custom theme colors
  • Dynamic palette
  • Circular reveal
  • Activity transitions

And a few other things such as colored status and navigation bars, path tracing, etc.

The complete video of the Google I/O 2014 talk detailing how this application works can be found on YouTube.

Material Witness

Material Witness

How to use this source code

The google-io-2014 project can be opened in Android Studio 1.0 or later. It contains a single module called app in the app/ folder.

The project can be compiled from the command line using Gradle.

The actual source code and resources can be found in app/src/main/. The only dependencies are in app/lib/.

Source code license

This project is subject to the Apache License, Version 2.0.

Library licenses

androidsvg-1.2.0 is subject to the Apache License, Version 2.0. More information on the official web site.

android-support-v7-palette is subject to the Apache License, Version 2.0.