Is it an anti-pattern to call activity?.setTitile(...
# android-architecture
t
Is it an anti-pattern to call activity?.setTitile() inside a fragment? I’ve got some argument from a colleague that I must use a fragment callback kinda relationship, which I feel is not really needed.