Huge thanks to @ASSUAD511881
— Gaexe (@gaexe_) May 25, 2025
for collecting my #NFT! 🙌Welcome aboard, and enjoy your exclusive access to Gaudio — your new home for next-level music and media. #eCash $XEC #NFTCommunity https://t.co/HXSt0s6SX4 pic.twitter.com/f6ZVbqmZr9
The ShowcaseView library is designed to highlight and showcase specific parts of an application to users with an attractive, flat overlay.

How to use it is very easy, just call the following builder class in the related activity.
new GuideView.Builder(this)
.setTitle("Guide Title Text")
.setContentText("Guide Description Text\n .....Guide Description Text\n .....Guide Description Text .....")
.setGravity(Gravity.auto) //optional
.setDismissType(DismissType.anywhere) //optional - default DismissType.targetView
.setTargetView(view)
.setContentTextSize(12)//optional
.setTitleTextSize(14)//optional
.build()
.show();