• This repository has been archived on 19/Mar/2020
  • Stars
    star
    414
  • Rank 104,529 (Top 3 %)
  • Language
    Java
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

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

Repository Details

[insert Star Wars theme here]

CreditsRoll

This is not the library you were looking for.

The CreditsRoll library allows you to have Star Wars-like credits rolls in your app. It's compatible with all API levels. Yes, this is API 1+!

Demo image

Why?

Because a), freaking Star Wars, and b), why not.

No seriously, why?

This is an example of custom View, that uses a few interesting tricks to achieve the end result:

  • Custom text measuring and laying out, using a StaticLayout
  • 3D view transform on a Canvas using a Camera
  • Custom view attributes handling
  • Rickroll

License

This library is released under the Apache 2 License. Please take a look at the NOTICE file for details.

Third party libraries

The demo app uses the amazing NineOldAndroids library by Jake Wharton to support using Honeycomb-style animations on API level 1+.