IntroActivity
IntroActivity copied to clipboard
The IntroActivity library allows you to easily create beautiful intro screens for your app. DEPRECATED.
As title. Not yet sure why it happens, but here's some of the crash log: ``` 04-04 22:10:40.232 4640-4640/? A/DEBUG: *** *** *** *** *** *** *** *** *** ***...
when I set the last position of current item , the background become back. Please help me?
In the layout of the intro screen, as shown below the description TextView is limited to 2 lines. Why is the description limited to two lines? Two lines doesn't seem...
- remove final from onCreate to allow overriding - as the library depends on calling onCreate, add a CallSuper annotation to tell the library user that super.onCreate has to be...
Removed "33m" at beginning of path, as suggested here by Android dev: https://code.google.com/p/android/issues/detail?id=206018
Removed "32m" from beginning as per: https://code.google.com/p/android/issues/detail?id=206018
Annotate some methods, to help to prevent passing in invalid values, eg resource ids instead of the resolved color. add color methods, which take resource ids as parameters. compare color...
- move material_colors file to sample - create own styles file for api 19 to not crash on apis below 19 - remove unneeded target api attributes - use #ffffff...
May need to tag a version and replace the -SNAPSHOT one in the readme.