Replies: 1 comment
-
Indeed 👍 Feel free to refactor this 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I creating PR #948 I have seen there is a lot of argument handling overhead.
The
SliderPage
has only native types (String, Int, CharSequence) and is already marked asdata class
.I think it is easier to serialize or parcel the whole pager model and put them into a bundle to use them by creating and instance saving.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions