Aug 26, 2017 · 1 min read
you can write your Fragment args thing like this:
val fragment = TestFragment()
fragment.withArguments(
"Key" to "value",
"parcelableKey" to parcelable
)you can write your Fragment args thing like this:
val fragment = TestFragment()
fragment.withArguments(
"Key" to "value",
"parcelableKey" to parcelable
)Written by