Ramotion / paper-onboarding-android

:octocat: PaperOnboarding is a material design slider made by @Ramotion
https://www.ramotion.com/paper-onboarding-android/
MIT License
2.56k stars 421 forks source link

Setting images dynamically from url source #23

Closed joreilly closed 5 years ago

joreilly commented 6 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?

golovin47 commented 5 years ago

Hello, @joreilly. Right now there is no such feature in this lib. So, yes, if you need such behavior, you may customize PaperOnboardingEngine class.