I have a question about companion object in kotlin for Android: Instead of using extras or bundles, can I pass objects through companion object?
I've already tried this and it's work, but I don't know if this is a good method or should it be avoided?
EDIT: Thanks for yours answers, I suspected that was a bad practice but I wanted to be sure !