Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amlcurran committed Oct 22, 2015
1 parent af52efa commit 892d845
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
ShowcaseView is deprecated
====
Currently, ShowcaseView is not under active development; issues cannot be opened and PRs will not be accepted.

I've decided to make this decision because I want to rewrite the project from scratch with a far better API. A lot of things Google keep introducing in Android break ShowcaseView and it is too difficult to make these changes with the project in it's current form.

The project is still available on Maven, see below for the instructions. Please see the new-scv branch for development of the new API.



ShowcaseView
---

The ShowcaseView (SCV) library is designed to highlight and showcase specific parts of apps to the user with a distinctive and attractive overlay. This library is great for pointing out points of interest for users, gestures, or obscure but useful items.

<img src='./example@2x.png' width='270' height='480' />
<img src='./example2@2x.png' width='270' height='480' />
| Holo | "New style" | Material |
| --- | --- | --- |
| ![Holo style showcaseview](./example2@2x.png) | ![new style showcaseview](./example@2x.png) | ![Material style showcaseview](./material.png) |

The library is based on the "Cling" view found in the Launcher on Ice-Cream Sandwich and Jelly Bean.

Expand Down

0 comments on commit 892d845

Please sign in to comment.