0

This question might seem irrelevant but I really need help. I need to implement those floating animations that explain actions that a user can take in a particular activity. They are usually shown when an app is launched for the first time and the user can dismiss them to continue interacting with the app. I have provided 2 pictures showing what I am trying to achieve. I have searched all over the internet but what I keep getting are just gestures.shows user that they can scroll left or right!shows the user where notifications are ]1

MbaiMburu
  • 875
  • 1
  • 10
  • 19
  • 1
    https://stackoverflow.com/questions/22344146/android-how-can-i-implement-user-manual-or-app-instruction-on-start-up-of-app – Willas Jan 16 '18 at 12:34

1 Answers1

0

You can do the whole stuff manually. Or use a prebuilt library called ShowcaseView.

You'll find details, code and guide here http://www.xda-developers.com/android/create-holo-themed-demo-overlays-with-showcaseview/

Willas
  • 63
  • 1
  • 10
  • Thanks Willas I have found another rich library at github https://github.com/florent37/TutoShowcase I guess the name ShowCaseView was my biggest problem – MbaiMburu Jan 16 '18 at 12:46