Skip to content
Discussion options

You must be logged in to vote

I'd suggest you check our example app, specifically here:

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
addSlide(AppIntroFragment.createInstance(
"Welcome!",
"This is a demo of the AppIntro library, with permissions being requested on a slide!",
imageDrawable = R.drawable.ic_slide1))
addSlide(AppIntroFragment.createInstance(
"Welcome!",
"In order to access your camera, you must give permissions.",
imageDrawable = R.drawable.ic_slide2))
addSlide(AppIntro…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kamathprasad9
Comment options

Answer selected by cortinico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants