答案 0 :(得分:1)
您可以使用此库,名为
您可以使用Gradle
添加它compile 'com.github.amlcurran.showcaseview:library:5.0.0'
它使用构建器模式来做它的事情
new ShowcaseView.Builder(this)
.setTarget(new ActionViewTarget(this, ActionViewTarget.Type.HOME))
.setContentTitle("ShowcaseView")
.setContentText("This is highlighting the Home button")
.hideOnTouchOutside()
.build();