<Is it GOOD to put Custom Dialog inside the base f...
# stackoverflow
u
Is it GOOD to put Custom Dialog inside the base fragment android kotlin w.r.t perfomance,etc I'm creating custom dialog in some Fragments but I came up with a base fragment to use there and then just call from CHILD Fragment. For instance, I've 10 fragments out of which just 3 are using that. Does it good to move dialogs with base fragment and I just no need to recreate it. Anything that affects here will be good to know for me like cohesion, coupling, performance, architecture etc