java - Should I try to decouple activities from their fragments in an Android app? -


i have main class swaps in few different fragments. fragments have invoke methods on parent activity class, therefore activity , fragments tightly coupled. worthwhile or better practice decouple these or fragments commonly coupled parent activities?


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -