Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blundell/showcaseviewexample
Showing the use of the ShowcaseView library, including consecutive showcases and full customisation
https://github.com/blundell/showcaseviewexample
Last synced: about 2 months ago
JSON representation
Showing the use of the ShowcaseView library, including consecutive showcases and full customisation
- Host: GitHub
- URL: https://github.com/blundell/showcaseviewexample
- Owner: blundell
- Created: 2013-05-11T00:10:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T08:52:37.000Z (over 11 years ago)
- Last Synced: 2024-10-31T17:44:37.759Z (about 2 months ago)
- Language: Java
- Size: 150 KB
- Stars: 44
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ShowcaseView Example
======================Showing the use of the ShowcaseView library, including consecutive showcases and full customisation
Main place you'll want to look
------------------------------- [ShowcaseManager](https://github.com/blundell/ShowcaseViewExample/blob/master/ShowcaseTut/src/com/blundell/tut/showcase/ShowcaseManager.java) shows how to setup a showcase
- [ShowcaseViews](https://github.com/blundell/ShowcaseViewExample/blob/master/ShowcaseTut/src/com/blundell/tut/showcase/ShowcaseViews.java) shows how to have consecutive Showcases
- [Custom Showcase Layout](https://github.com/blundell/ShowcaseViewExample/blob/master/ShowcaseTut/res/layout/view_showcase.xml) shows how to set custom colors / textNOTE
----This project has two Android Library Dependencys.
1) ShowcaseView https://github.com/Espiandev/ShowcaseView
which in turn has it's own Android Library dependency on.
2) NineOldAndroids https://github.com/JakeWharton/NineOldAndroids/
![Project Structure](http://img.photobucket.com/albums/v230/blundell/Android/ScreenShot2013-05-11at011924_zps683400f3.png)
###Screens from the demo
![SS1](http://img.photobucket.com/albums/v230/blundell/Android/ScreenShot2013-05-11at012204_zps49a284f2.png)
![SS2](http://img.photobucket.com/albums/v230/blundell/Android/ScreenShot2013-05-11at012215_zps10cd7e89.png)
![SS3](http://smg.photobucket.com/albums/v230/blundell/Android/ScreenShot2013-05-11at012237_zps1b149601.png)