Closed joreilly closed 5 years ago
I need to set contentIconRes and bottomBarIconRes images dynamically (from image loaded from url using say Picasso). Is subclassing PaperOnboardingEngine the recommended way of doing that or is there another approach recommended?
contentIconRes
bottomBarIconRes
PaperOnboardingEngine
Hello, @joreilly. Right now there is no such feature in this lib. So, yes, if you need such behavior, you may customize PaperOnboardingEngine class.
I need to set
contentIconRes
andbottomBarIconRes
images dynamically (from image loaded from url using say Picasso). Is subclassingPaperOnboardingEngine
the recommended way of doing that or is there another approach recommended?