Alen Alexander
Alen Alexander

Reputation: 735

Animation for help overlay in Android Application

Is it possible to create animations to implement help layout for android applications as in the figure : enter image description here

Desired Effect : The hand image should move and point to an icon.Then  an effect like ripple is created.

How could we implement animations like this ?

Upvotes: 1

Views: 1449

Answers (2)

Constantin Georgiu
Constantin Georgiu

Reputation: 428

Yes you can do this by using the ShowCase view library from this github link, it works pretty well and it is very customizable

ShowCaseView

Upvotes: 2

Related Questions