TapTargetView library in Android Studio

https://github.com/KeepSafe/TapTargetView An implementation of tap targets from Google’s Material Design guidelines on feature discovery.         https://github.com/KeepSafe/TapTargetView Simple usage TapTargetView.showFor(this, // `this` is an Activity TapTarget.forView(findViewById(R.id.target), “This is a target”, “We have the best targets, believe me”) // All READ MORE