Join Slack
Powered by
loving this kotlin version of Fragment.newInstance...
# random
t
tommyv
02/17/2016, 7:23 PM
loving this kotlin version of Fragment.newInstance
Copy code
fun newInstance(time: String) = TimeFragment().apply { arguments = bundleOf("time" to time) }
👍 5
4
Views
Open in Slack
Previous
Next