Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Animations and Transitions The Transitions Framework Common Pitfalls

where are the teachers notes for this for pallete also I couldnot find the mirror library information in before video.

are teachers notes not accessible now?

1 Answer

Scott Junner
Scott Junner
9,010 Points

If you look in the app.build.gradle file, under dependencies, you will see

compile 'com.jimulabs.mirrorsandbox:mirror-sandbox:0.2.1'

You will also notice a package in your project files titled "sandbox" with two files AlbumDetailBox and ViewAnimationBox which extend MirrorSandboxBase.

Documentation for Mirror Sandbox can be found at https://github.com/jimulabs/mirror-sandbox