yeah, because in the most cases intent argument us...
# announcements
g
yeah, because in the most cases intent argument used only once to initilize real state of Activity. For example use some “state” field. Activity has different states depending on arguments, and just initilize it onCreate and let other parts of code work with clear non-nullable structures (even use Sealed classes for complicated cases, very clear and type safe)