Hello. I have an Interface in Kotlin, which has a ...
# android
n
Hello. I have an Interface in Kotlin, which has a closure field. The “standard” Android way of using
Copy code
Intents
does not seem exciting to me. I want to be able to pass my data between Activities without making my life difficult for no good reason. Any suggestions? I am currently thinking of something completely custom, like a Cache object which contains a Dictionary.