gpt4 book ai didi

android - 在单独的图层上创建应用程序教程

转载 作者:行者123 更新时间:2023-11-30 01:57:00 24 4
gpt4 key购买 nike

我想创建一个关于如何使用我的应用程序的“教程”/概述,与这个非常相似:

enter image description here

enter image description here

有没有我可以用来实现它的库?

最佳答案

你可以使用这个库,它叫做

showcase view

你可以用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();

关于android - 在单独的图层上创建应用程序教程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32069956/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com